Embedded System Design 2 - Project
|
writeADXL(ADXL_REG_POWER_CTL, 0b00001000); // 5th bit
)writeADXL(ADXL_REG_ACT_INACT_CTL, 0b00110000);
) dbSet_TXbuffer
and also add more functionality to print numbers, ...ULFRCO
for the delay and sleep method separately.documentation.h
if this functionality is changed.//
) disableLoRaWAN
?saveMAC
?) See reference manual!initLoRaWAN
and other methods are called.sleepLoRaWAN
and wakeLoRaWAN
methods.ULFRCO
definition in delay.c
Optimalisations:
while
increment escape counters?PM_SENS_EXT
.Future improvements:
documentation.h
ULFRCO
definition in `delay.csleepLoRaWAN
and wakeLoRaWAN
functionality (also see lora_wrappers.c
). GOTO
is supported in C but is dangerous to use (nested loops, ...)