ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
core.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 

Functions

void setup ()
 
void loop ()
 
int main ()
 
Mathematics
bool esphome::random_bytes (uint8_t *data, size_t len)
 Generate len random bytes using the platform's secure RNG (hardware RNG or OS CSPRNG).
 
System APIs
void esphome::get_mac_address_raw (uint8_t *mac)
 Get the device MAC address as raw bytes, written into the provided byte array (6 bytes).
 

Function Documentation

◆ loop()

void loop ( )

◆ main()

int main ( )

Definition at line 48 of file core.cpp.

◆ setup()

void setup ( )