Merge remote-tracking branch 'origin/feature/#5-motion' into feature/#16-find-a-friend

This commit is contained in:
hhaupt
2024-04-28 10:27:43 +02:00
10 changed files with 411 additions and 9 deletions

View File

@ -137,6 +137,10 @@ For instance, in `src/Dezibot.h`, to include `src/motion/Motion.h`, you should w
* Programmer: "Esptool"
* USB CDC on Boot: Enabled
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`
#### Display
It is important to specify the SDA and SCL ports by using `Wire.begin(SDA, SCL)`.