Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void setup()
- {
- Serial.begin(115200);
- Serial.println();
- Serial.println("Starting Receiver E32Series");
- pinMode(LED_BUILTIN, OUTPUT);
- pinMode(PIN_M0, INPUT);
- pinMode(PIN_M1, INPUT);
- pinMode(PIN_RX, INPUT);
- pinMode(PIN_TX, INPUT);
- // pinMode(AUX_PIN, INPUT_PULLUP);
- pinMode(PIN_AUX, INPUT);
- e32Series.begin();
- delay(1000);
- printConfig();
- }
- void loop()
- {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement