Sw2 key press counter and display to tft

Dependencies:   mbed PinDetect

Committer:
reedas
Date:
Tue Nov 26 09:14:00 2019 +0000
Revision:
2:f7100947de37
Parent:
1:402b32a1025f
Switch SW2 key press counter

Who changed what in which revision?

UserRevisionLine numberNew contents of line
reedas 1:402b32a1025f 1 {
reedas 1:402b32a1025f 2 "config": {
reedas 1:402b32a1025f 3 "SDA":"P6_1",
reedas 1:402b32a1025f 4 "SCL":"P6_0"
reedas 1:402b32a1025f 5 },"target_overrides": {
reedas 1:402b32a1025f 6 "*": {
reedas 1:402b32a1025f 7 "SDA" : "SDA",
reedas 1:402b32a1025f 8 "SCL" : "SCL",
reedas 1:402b32a1025f 9 "target.components_add": ["EMWIN_NOSNTS"],
reedas 1:402b32a1025f 10 "platform.stdio-convert-newlines": true,
reedas 1:402b32a1025f 11 "platform.stdio-baud-rate": 115200,
reedas 1:402b32a1025f 12 "platform.default-serial-baud-rate": 115200
reedas 1:402b32a1025f 13
reedas 1:402b32a1025f 14 }
reedas 1:402b32a1025f 15 }
reedas 1:402b32a1025f 16 }