Correct way of encoding RC_DATA frame

This commit is contained in:
Pawel Spychalski (DzikuVx)
2017-09-27 22:16:15 +02:00
parent 66a88259f9
commit 458ee9233a
6 changed files with 47 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
{
"board": "arduino:avr:pro",
"configuration": "cpu=16MHzatmega328",
"board": "sparkfun:avr:promicro",
"configuration": "cpu=16MHzatmega32U4",
"sketch": "crossbow.ino",
"port": "COM5"
"port": "COM23",
"output": "./build"
}