Completed the board manager rewrite
This commit is contained in:
10
lib/BoardDriver/BoardDriverTypes.h
Normal file
10
lib/BoardDriver/BoardDriverTypes.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace BoardDriverTypes{
|
||||
struct CubeStack{
|
||||
uint8_t adcPin;
|
||||
uint8_t ledPin;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user