Skip to content

Commit

Permalink
Missed lower case arduino name
Browse files Browse the repository at this point in the history
  • Loading branch information
leftCoast committed Sep 7, 2020
1 parent 975f59a commit c93db89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blinker.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#include <arduino.h>
#include <Arduino.h>
#include "blinker.h"

blinker::blinker(int inPin,float inOnMs, float inPeriodMs,boolean inInverse)
Expand Down
2 changes: 1 addition & 1 deletion timeObj.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "timeObj.h"
#include <arduino.h>
#include <Arduino.h>

// Our lovely constructor.
timeObj::timeObj(float inMs,bool startNow) {
Expand Down

0 comments on commit c93db89

Please sign in to comment.