Compare commits

...

3 Commits

Author SHA1 Message Date
19da330918 fix include in .cpp 2020-03-13 13:31:07 +01:00
4725b19411 fix names and spell in .h 2020-03-13 13:30:24 +01:00
e8b0eefa1c fix file names 2020-03-13 13:29:19 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#include "Arduino.h"
#include "SegDisp.h"
#include "segNums.h"
SegDisp::SegDisp(int pins[8])
{

View File

@ -1,7 +1,7 @@
#ifndef 7segNums_h
#define 7segNums_h
#ifndef segNums_h
#define segNums_h
#include "Ardunio.h"
#include "Arduino.h"
class SegDisp
{