converted files to cpp continued stubs
This commit is contained in:
@ -8,6 +8,11 @@
|
||||
|
||||
namespace spi {
|
||||
|
||||
enum SpiBus {
|
||||
SPI_1,
|
||||
SPI_2
|
||||
};
|
||||
|
||||
enum TransferModes {
|
||||
POLLING,
|
||||
INTERRUPT,
|
||||
|
Reference in New Issue
Block a user