mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-20 19:41:47 +02:00
Merge branch 'feature/#18-calibrated-movement' of https://git.imn.htwk-leipzig.de/wagner/dezibot into feature/#18-calibrated-movement
This commit is contained in:
commit
0c5f40b3a6
@ -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