|
Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
|
#include <driver/rtc_io.h>#include "driver/gpio.h"#include "esp32/ulp.h"#include "../ulp/ulp_main.h"#include "ulp.h"#include "DeviceConfig.h"Macros | |
| #define | TAG "ulp" |
| #define | ULPSLEEP_uS 2000 |
| #define | RTC_ULP_PIN GPIO_NUM_27 |
Functions | |
| const uint8_t ulp_main_bin_start[] | asm ("_binary_ulp_main_bin_start") |
| const uint8_t ulp_main_bin_end[] | asm ("_binary_ulp_main_bin_end") |
| void | initULP (void) |
| uint32_t | get_pulse_count (void) |
| uint32_t | get_shortest_pulse (void) |
| #define RTC_ULP_PIN GPIO_NUM_27 |
| #define TAG "ulp" |
| #define ULPSLEEP_uS 2000 |
| const uint8_t ulp_main_bin_end[] asm | ( | "_binary_ulp_main_bin_end" | ) |
| const uint8_t ulp_main_bin_start[] asm | ( | "_binary_ulp_main_bin_start" | ) |
| uint32_t get_pulse_count | ( | void | ) |
| uint32_t get_shortest_pulse | ( | void | ) |
| void initULP | ( | void | ) |