Simple implementation of goal counter for table football using laser diode and phototransistor.
Dependencies: GoalCounter WS2812 PixelArray
mbed_app.json@0:24f846b68c77, 2019-01-10 (annotated)
- 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?
User | Revision | Line number | New 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 | } |