|
Generalized-Core-Counter 3.20
Particle-based generalized core counter firmware
|
Go to the source code of this file.
Functions | |
| bool | initializePinModes () |
| bool | initializePowerCfg () |
Variables | |
| const pin_t | BLUE_LED = D7 |
| const pin_t | BUTTON_PIN = D4 |
| const pin_t | disableModule = S0 |
| const pin_t | intPin = S2 |
| const pin_t | ledPower = S1 |
| const pin_t | TMP36_SENSE_PIN = S4 |
| const pin_t | WAKEUP_PIN = WKP |
| bool initializePinModes | ( | ) |
Definition at line 60 of file device_pinout.cpp.
References BLUE_LED, BUTTON_PIN, and WAKEUP_PIN.
Referenced by setup().
| bool initializePowerCfg | ( | ) |
Definition at line 70 of file device_pinout.cpp.
| const pin_t BLUE_LED = D7 |
Definition at line 27 of file device_pinout.cpp.
Referenced by countSignalTimerISR(), handleCountingMode(), handleOccupancyMode(), handleSleepingState(), initializePinModes(), setup(), and updateOccupancyState().
| const pin_t BUTTON_PIN = D4 |
Definition at line 26 of file device_pinout.cpp.
Referenced by handleFirmwareUpdateState(), handleSleepingState(), initializePinModes(), and setup().
| const pin_t disableModule = S0 |
Definition at line 45 of file device_pinout.cpp.
Referenced by SensorManager::onEnterSleep(), PIRSensor::onSleep(), PIRSensor::onWake(), and PIRSensor::setup().
| const pin_t intPin = S2 |
Definition at line 44 of file device_pinout.cpp.
Referenced by handleSleepingState(), PIRSensor::onSleep(), PIRSensor::onWake(), and PIRSensor::setup().
| const pin_t ledPower = S1 |
Definition at line 46 of file device_pinout.cpp.
Referenced by SensorManager::onEnterSleep(), PIRSensor::onSleep(), PIRSensor::onWake(), PIRSensor::setup(), and setup().
| const pin_t TMP36_SENSE_PIN = S4 |
Definition at line 21 of file device_pinout.cpp.
Referenced by SensorManager::batteryState().
| const pin_t WAKEUP_PIN = WKP |
Definition at line 28 of file device_pinout.cpp.
Referenced by initializePinModes().