Add GPIO12 startup/activity heartbeat LED behavior
This commit is contained in:
11
include/heartbeat.h
Normal file
11
include/heartbeat.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef HEARTBEAT_H
|
||||
#define HEARTBEAT_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
void setupHeartbeat();
|
||||
void startupHeartbeatBlink(uint8_t count = 5);
|
||||
void triggerHeartbeatBlink();
|
||||
void updateHeartbeat();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user