https://github.com/thepisode/bookishino
Fast project template for embedded devices based in Arduino architectures like ESP32 or ESP8266
https://github.com/thepisode/bookishino
Last synced: 9 months ago
JSON representation
Fast project template for embedded devices based in Arduino architectures like ESP32 or ESP8266
- Host: GitHub
- URL: https://github.com/thepisode/bookishino
- Owner: thEpisode
- License: gpl-3.0
- Created: 2022-09-09T21:31:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T15:45:14.000Z (almost 4 years ago)
- Last Synced: 2023-02-26T15:32:36.048Z (over 3 years ago)
- Language: C++
- Size: 91.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bookish.ino
Baseline project for expert embedded device developers based in Arduino architectures ESP32
## Installation
### Using the Arduino IDE Library Manager
1. Choose `Sketch` -> `Include Library` -> `Manage Libraries...`
2. Type next libraries into the search box:
* `Adafruit BusIO` by Adafruit
* `EspSoftwareSerial` by Peter Lerup
* `ArduinoJson` by Benoit Blanchon
3. Click the row to select the library.
4. Click the `Install` button to install the library.