You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška
7f087ae854
|
2 years ago | |
---|---|---|
.. | ||
arduino | 2 years ago | |
avr | 2 years ago | |
energia | 2 years ago | |
esp | 2 years ago | |
linux | 2 years ago | |
mingw | 2 years ago | |
stm32 | 2 years ago | |
template | 2 years ago | |
Print_internal.h | 2 years ago | |
README.md | 2 years ago | |
UserSettings.h | 2 years ago | |
io.h | 2 years ago |
README.md
Hardware abstraction layer
This directory contain platform specific implementation of hardware abstraction layer.
- arduino dir: for all Arduino platforms (if you use Arduino IDE)
- avr dir: for plain avr-gcc environment
- esp dir: for plain esp8266/esp32 environment
- linux dir: for linux platforms including raspberry pi
- mingw dir: for running under windows
- stm32 dir: for plain stm32 support (not implemented)
- energia dir: for Energia platforms w/ MSP432P401R
Edit UserSettings.h header file, if you want to disable some parts of ssd1306 library to reduce memory consumption in your project