Last updated: April 30, 2026
White Noise Machine is a no-frills sound generator. This page exists because Apple, Google, and various app stores require every app to publish a privacy policy, even when the app collects nothing.
Nothing.
| #import "macAddress.h" | |
| void setup () { | |
| byte mac[6]; | |
| getUniqueMacAddress(mac); | |
| Serial.begin(115200); | |
| Serial.print("mac: "); | |
| for (uint8_t i = 0; i < sizeof(mac); i++) { |