Compare commits

..

3 Commits

Author SHA1 Message Date
xaloc 19da330918 fix include in .cpp 2020-03-13 13:31:07 +01:00
xaloc 4725b19411 fix names and spell in .h 2020-03-13 13:30:24 +01:00
xaloc e8b0eefa1c fix file names 2020-03-13 13:29:19 +01:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "Arduino.h"
#include "SegDisp.h"
#include "segNums.h"
SegDisp::SegDisp(int pins[8])
{
+3 -3
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
{
View File