Open Storm
startup.h
Go to the documentation of this file.
1 
8 #ifndef STARTUP_H
9 #define STARTUP_H
10 #include <project.h>
11 
19 
31 uint8 initialize_ssl(uint8 *ssl_enabled, uint8 *ssl_initialized);
32 
33 #endif
34 /* [] END OF FILE */
uint8 initialize_ssl(uint8 *ssl_enabled, uint8 *ssl_initialized)
Initialize TLS/SSL for the cell module.
Definition: startup.c:20
uint8 counter_sensor_initialize()
Initialize counter-type sensors that must remain on during the sleep cycle. Currently only the optica...
Definition: startup.c:7