 |
ndn-lite
|
Go to the documentation of this file. 10 #define NDN_SERVICES_H 12 #define NDN_SD_CONTROL "SD_CTL" 13 #define NDN_SD_CONTROL_SLEEP "SD_CTL/SLP" 14 #define NDN_SD_CONTROL_WAKEUP "SD_CTL/WK" 15 #define NDN_SD_CONTROL_POWER_OFF "SD_CTL/PWOFF" 16 #define NDN_SD_CONTROL_REBOOT "SD_CTL/REBOOT" 18 #define NDN_SD_LED "SD_LED" 19 #define NDN_SD_LED_ON "SD_LED/ON" 20 #define NDN_SD_LED_OFF "SD_LED/OFF" 22 #define NDN_SD_TEMPERATURE "SD_TMP" 23 #define NDN_SD_TEMPERATURE_READ "SD_TMP/READ" 25 #endif // NDN_SERVICES_H