You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Mar 15, 2019, 17:20, at 17:20, Felipe Morales ***@***.***> wrote:
I tried on a Common Cathode single display and didn't worked :D
```c
# include < SevenSeg .h >
SevenSeg disp (0,1,2,3,4,5,6) ;
void setup () {
disp.setCommonCathode();
}
void loop () {
disp . write (1358) ;
}
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#9
I tried on a Common Cathode single display and didn't worked :D
The text was updated successfully, but these errors were encountered: