Initial PlatformIO code.

This commit is contained in:
Piv
2020-09-08 21:23:21 +09:30
parent 756e2741be
commit b72781e322
2 changed files with 26 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ The table below describes the byte format for calibrating a servo. This array of
| :---------- | ----------: |
| 0 | Servo channel to set (this will be byte 0 when setting duty cycle, so don't use 0). |
| 1 | The pin number to setup |
| 2 | The frequency for the pin |
The min/max pulse widths are hardcoded to 1000us/2000us respectively.