rusEFI
The most advanced open source ECU
|
#include <plain_pin_repository.h>
Public Member Functions | |
PinRepository () | |
const char *& | getBrainUsedPin (size_t idx) |
Data Fields | |
const char * | PIN_USED [BRAIN_PIN_TOTAL_PINS] |
Definition at line 5 of file plain_pin_repository.h.
PinRepository::PinRepository | ( | ) |
Class constructors are a great way to have simple initialization sequence
Definition at line 100 of file pin_repository.cpp.
Definition at line 11 of file plain_pin_repository.h.
Referenced by brain_pin_markUsed(), getBrainUsedPin(), and setPin().
const char* PinRepository::PIN_USED[BRAIN_PIN_TOTAL_PINS] |
Definition at line 17 of file plain_pin_repository.h.
Referenced by getBrainUsedPin(), and PinRepository().