24 lines
550 B
Markdown
24 lines
550 B
Markdown
# VictronBLE Project Context
|
|
|
|
## Project Overview
|
|
Arduino/ESP32 library for reading Victron Energy devices via Bluetooth Low Energy (BLE).
|
|
|
|
## Key Files
|
|
- `src/` - Main library source code
|
|
- `examples/` - Example sketches
|
|
- `experiment/` - Experimental code
|
|
- `library.json` / `library.properties` - PlatformIO/Arduino library config
|
|
|
|
## Build & Test
|
|
- This is an Arduino/PlatformIO library
|
|
- Test with PlatformIO: `pio run`
|
|
|
|
## Session Notes
|
|
<!-- Add learnings from each session below -->
|
|
|
|
|
|
### Session: 2026-01-29 18:41
|
|
**Modified files:**
|
|
- TODO
|
|
|