Skip to content

Commit 630ecc5

Browse files
authored
Merge pull request #21 from BerndSchmecka/patch-2
Fixed numer 9 in Arduino Example
2 parents 16f1ca1 + b35ef59 commit 630ecc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05_Schaltnetze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ byte segDigits[10][8] = {
192192
{ 1,0,1,1,1,1,1,1 }, // = 6
193193
{ 1,1,1,1,0,0,1,0 }, // = 7
194194
{ 1,1,1,1,1,1,1,1 }, // = 8
195-
{ 1,1,1,1,0,0,1,1 }, // = 9
195+
{ 1,1,1,1,1,0,1,1 }, // = 9
196196
};
197197
void setup() {
198198
for(int i=0;i<8;i++){

0 commit comments

Comments
 (0)