Fixed Blinker.h include error and renamed Project base file to Passkey.ino
This commit is contained in:
parent
a27889ace9
commit
b983d418e2
2 changed files with 12 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include <Blinker.h>
|
||||
#include "Blinker.h"
|
||||
|
||||
Blinker::Blinker(int pin) {
|
||||
_blinkPin = pin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue