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

Dependencies:   GoalCounter WS2812 PixelArray

Committer:
nxf46245
Date:
Thu Jan 10 14:48:03 2019 +0000
Revision:
0:24f846b68c77
implementation of Goal Counter class

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 }