|
Open Storm
|
Declares functions used on startup (before main loop). More...
#include <project.h>

Go to the source code of this file.
Functions | |
| uint8 | counter_sensor_initialize () |
| Initialize counter-type sensors that must remain on during the sleep cycle. Currently only the optical rain sensor requires this behavior. More... | |
| uint8 | initialize_ssl (uint8 *ssl_enabled, uint8 *ssl_initialized) |
| Initialize TLS/SSL for the cell module. More... | |
Declares functions used on startup (before main loop).
| uint8 counter_sensor_initialize | ( | ) |
Initialize counter-type sensors that must remain on during the sleep cycle. Currently only the optical rain sensor requires this behavior.

| uint8 initialize_ssl | ( | uint8 * | ssl_enabled, |
| uint8 * | ssl_initialized | ||
| ) |
Initialize TLS/SSL for the cell module.
| ssl_enabled | Desired SSL state:
|
| ssl_initialized | Current SSL initialization state (to be written to):
|
ssl_initialized 
1.8.11