worked on FileSystem, started to migrate logging class
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
private:
|
||||
|
||||
void init() {
|
||||
debugMod3(NAME, "init() MISO:%d MOSI:%d CLK:%d", PIN_MISO, PIN_MOSI, PIN_CLK);
|
||||
Log::addInfo(NAME, "init() MISO:%d MOSI:%d CLK:%d", PIN_MISO, PIN_MOSI, PIN_CLK);
|
||||
if (PIN_MISO) {MyGPIO::setInput(PIN_MISO);}
|
||||
if (PIN_MOSI) {MyGPIO::setOutput(PIN_MOSI);}
|
||||
MyGPIO::setOutput(PIN_CLK);
|
||||
|
||||
Reference in New Issue
Block a user