Shows available RAM
This commit is contained in:
parent
0395fed907
commit
ab37d32b6d
4 changed files with 176 additions and 0 deletions
16
exercises/15_RAM/README.md
Normal file
16
exercises/15_RAM/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Exercise 15: RAM
|
||||
|
||||
This exercise shows available RAM on the console and on the OLED display on a T-Beam Supreme.
|
||||
|
||||
Behavior:
|
||||
- Reports heap statistics every second over serial.
|
||||
- Shows live heap status on the OLED display.
|
||||
- Designed as the first step toward volatile /tmp RAM-backed storage.
|
||||
|
||||
Build and upload:
|
||||
|
||||
```bash
|
||||
cd /usr/local/src/microreticulum/microReticulumTbeam/exercises/15_RAM
|
||||
pio run -e amy -t upload
|
||||
pio device monitor -b 115200
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue