Initial commit

Dependencies:   FastPWM

Committer:
lypinator
Date:
Wed Sep 16 01:11:49 2020 +0000
Revision:
0:bb348c97df44
Added PWM

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lypinator 0:bb348c97df44 1 {
lypinator 0:bb348c97df44 2 "name": "drivers",
lypinator 0:bb348c97df44 3 "config": {
lypinator 0:bb348c97df44 4 "uart-serial-txbuf-size": {
lypinator 0:bb348c97df44 5 "help": "Default TX buffer size for a UARTSerial instance (unit Bytes))",
lypinator 0:bb348c97df44 6 "value": 256
lypinator 0:bb348c97df44 7 },
lypinator 0:bb348c97df44 8 "uart-serial-rxbuf-size": {
lypinator 0:bb348c97df44 9 "help": "Default RX buffer size for a UARTSerial instance (unit Bytes))",
lypinator 0:bb348c97df44 10 "value": 256
lypinator 0:bb348c97df44 11 }
lypinator 0:bb348c97df44 12 }
lypinator 0:bb348c97df44 13 }