1
0
Fork 0
No description
  • C++ 52.9%
  • Python 47.1%
Find a file
2024-10-19 03:18:30 +02:00
01-simple-blink Use constants only for the pin id 2024-10-18 18:40:22 +02:00
02-rgb-led-blink Add description 2024-10-18 22:59:31 +02:00
03-led-on-off-buttons Add the experiment for turning on/off a led 2024-10-18 17:59:23 +02:00
04-piezo-sound Format NOTE_DURATION 2024-10-19 03:18:30 +02:00
.gitignore Initial release 2024-10-18 11:49:46 +02:00
LICENSE Initial release 2024-10-18 11:49:46 +02:00
README.md Fix typo 2024-10-18 15:54:47 +02:00

rc-micro

Some experiments using microcontrollers during the Robust Control course.

The code provided (C++ and Python) is tested on Arduino Uno and Wemos D1. On the Wemos D1 micropython 1.23.0 is the used version.