Jaroslav Páral
Jaroslav Páral
Is there some way for reading and setting the [`std::ios_base::flags`](https://en.cppreference.com/w/cpp/io/ios_base/flags) for `LOG(...)`? It would be useful e.g. for temporary setting scientific format ([`std::scientific`](https://en.cppreference.com/w/cpp/io/manip/fixed)).
Not very good implementation of the selecting and releasing the channels for the `ledcSetup()` function: https://github.com/RoboticsBrno/ESP32-Arduino-Servo-Library/blob/master/src/Servo.cpp#L49 Tip: implement by [std:bitset](http://en.cppreference.com/w/cpp/utility/bitset) to remember used channels.
Is it possible to have some compile-time check of the `attach()` parameters, e.g. with `constexp`? https://github.com/RoboticsBrno/ESP32-Arduino-Servo-Library/blob/4b1f4a560bc0e25c51faf7ac7a7fc35773a4ba7c/src/Servo.cpp#L60 I am now thinking about modification like this: ``` _minAngle = constrain(minAngle, MIN_ANGLE, MAX_ANGLE);...
- [ ] přidat nějaký symbol do podkladů na DPS - [ ] přidat foto do dokumentace
Opravit dokument/tabulku s označením pinů ([XLS](https://github.com/RoboticsBrno/ArduinoLearningKitStarter/blob/master/docs/pinout.xlsx) i [PDF](https://github.com/RoboticsBrno/ArduinoLearningKitStarter/blob/master/docs/pinout.pdf)), tak aby odpovídala definici pinů v [ArduinoLearningKitStarter-library](https://github.com/RoboticsBrno/ArduinoLearningKitStarter-library) + přidat info, které označení platí pro Arduino Uno/Nano a které pro ESP32. V budoucnu...
Je potřeba přidat svorkovnici pro napájení serv. MicroUSB kabel stačí max na 2 serva, pro větší počet bude potřeba připojit externí napájení přes svorkovnici. Zároveň by se hodila ochrana proti...
Měl by (snad) řešit problém s napájením přes dlouhé USB kabely. Navrhuji cca. 1 mF.
Set up a GitHub Action for building the examples in Arduino IDE and PlatformIO environment.
Eg. MIT or Creative Commons .