Compare commits

..

No commits in common. "19da330918641afad5f69299e53e479362cf8f50" and "0b78f12d5d40166d3e9930ab907c1466db24f96b" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

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

View File

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