1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-07 03:46:25 +02:00

[ES] Fixed type

Signed-óff-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-04-22 18:39:14 +02:00
parent f3bbd38e26
commit acfbc6cb30

View File

@ -6,8 +6,8 @@ int timesPressedPlus = 0;
int timesPressedMinus = 0;
int vergleichswert = 60;
int rc = 10499;
boolean increased = false;
boolean decreased = false;
bool increased = false;
bool decreased = false;
void setup() {
// put your setup code here, to run once: