Politician 1.0.0
WiFi Auditing Library for ESP32
Loading...
Searching...
No Matches
politician_compat.h File Reference
#include <esp_timer.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <stdint.h>
+ Include dependency graph for politician_compat.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t millis ()
 
void delay (uint32_t ms)
 

Function Documentation

◆ delay()

void delay ( uint32_t  ms)
inline

Definition at line 13 of file politician_compat.h.

Referenced by setup().

◆ millis()