Simple implementation of goal counter for table football using laser diode and phototransistor.

Dependencies:   GoalCounter WS2812 PixelArray

Committer:
nxf46245
Date:
Mon Jan 14 17:48:30 2019 +0000
Revision:
6:a93ee22232f2
Parent:
0:24f846b68c77
Code cleaning, added winner animation

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nxf46245 0:24f846b68c77 1 {
nxf46245 0:24f846b68c77 2 "target_overrides": {
nxf46245 0:24f846b68c77 3 "*": {
nxf46245 0:24f846b68c77 4 "platform.stdio-baud-rate": 115200,
nxf46245 0:24f846b68c77 5 "platform.stack-stats-enabled": true,
nxf46245 0:24f846b68c77 6 "platform.heap-stats-enabled": true,
nxf46245 0:24f846b68c77 7 "platform.cpu-stats-enabled": true,
nxf46245 0:24f846b68c77 8 "platform.thread-stats-enabled": true,
nxf46245 0:24f846b68c77 9 "platform.sys-stats-enabled": true
nxf46245 0:24f846b68c77 10 }
nxf46245 0:24f846b68c77 11 }
nxf46245 0:24f846b68c77 12 }