mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-21 12:01:47 +02:00
Update README.md with information to including library
This commit is contained in:
parent
8fb1ab7651
commit
09cbbd7a5b
@ -140,6 +140,14 @@ Using `arduino-cli` to compile and upload:
|
||||
`arduino-cli upload /Users/jo/Documents/Arduino/theSketch -p /dev/cu.usbmodem101 -b esp32:esp32:nora_w10`
|
||||
`arduino-cli compile /Users/jo/Documents/Arduino/theSketch -p /dev/cu.usbmodem101 -b esp32:esp32:nora_w10`
|
||||
|
||||
##### Including Library
|
||||
|
||||
Arduino IDE -> Sketch -> Include Library -> add .ZIP Library -> this library
|
||||
|
||||
If there is any other error like 'Adafruit_SSD1306' not found, you have to include this library also.
|
||||
|
||||
Arduino IDE -> Sketch -> Manage Library -> Search for missing Library
|
||||
|
||||
#### Display
|
||||
|
||||
It is important to specify the SDA and SCL ports by using `Wire.begin(SDA, SCL)`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user