Skip to content

Commit 8539873

Browse files
authored
Merge pull request #13 from particle-iot:feature/new-message
Implement new message
2 parents a4739c9 + 4675e49 commit 8539873

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

product-firmware/src/application.cpp

+12
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,17 @@ void setup() {
1414
}
1515

1616
void loop() {
17+
tm1637.point(POINT_ON);
1718

19+
tm1637.display(0, 12);
20+
delay(200);
21+
tm1637.display(1, 1);
22+
delay(200);
23+
tm1637.display(2, 12);
24+
delay(200);
25+
tm1637.display(3, 13);
26+
27+
delay(3000);
28+
tm1637.clearDisplay();
29+
delay(1000);
1830
}

0 commit comments

Comments
 (0)