Add pin_t to Marln 1.1 branch

This commit is contained in:
Scott Lahteine
2018-02-08 20:42:12 -06:00
parent 36ba754842
commit 9dd8a49f82
8 changed files with 67 additions and 63 deletions

View File

@@ -71,7 +71,7 @@ bool endstop_monitor_flag = false;
typedef struct {
const char * const name;
uint8_t pin;
pin_t pin;
bool is_digital;
} PinInfo;