Skip to content

Instantly share code, notes, and snippets.

View lucasssvaz's full-sized avatar
🌴
On vacation

Lucas Saavedra Vaz lucasssvaz

🌴
On vacation
  • São José dos Campos, Brazil
  • 15:24 (UTC -03:00)
View GitHub Profile
@lucasssvaz
lucasssvaz / FormatSpecifiers.ino
Created February 18, 2026 12:01
This sketch will print a table with the format specifiers for each type on the current architecture and compiler.
/*
* FormatSpecifiers.ino
*
* Format specifiers can vary depending on the architecture and the compiler.
*
* This sketch will print a table with the format specifiers for each type on
* the current architecture and compiler.
*/
#include <Arduino.h>
@lucasssvaz
lucasssvaz / README.md
Last active October 27, 2025 03:36
ESP32 BLE Mesh Arduino Example

BLE Mesh Example

These are modified files to be able to compile the ble_mesh.ino example. Note that a compilation error will still occur as the libraries need to be recompiled with these configs.

This is based on the ESP-IDF Example