Compare commits
3 Commits
0b78f12d5d
...
19da330918
| Author | SHA1 | Date | |
|---|---|---|---|
| 19da330918 | |||
| 4725b19411 | |||
| e8b0eefa1c |
@ -1,5 +1,5 @@
|
|||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
#include "SegDisp.h"
|
#include "segNums.h"
|
||||||
|
|
||||||
SegDisp::SegDisp(int pins[8])
|
SegDisp::SegDisp(int pins[8])
|
||||||
{
|
{
|
||||||
@ -1,7 +1,7 @@
|
|||||||
#ifndef 7segNums_h
|
#ifndef segNums_h
|
||||||
#define 7segNums_h
|
#define segNums_h
|
||||||
|
|
||||||
#include "Ardunio.h"
|
#include "Arduino.h"
|
||||||
|
|
||||||
class SegDisp
|
class SegDisp
|
||||||
{
|
{
|
||||||
Loading…
x
Reference in New Issue
Block a user