Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 0c7dd3d14a
commit d31292f8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2521,6 +2521,8 @@ void config_gpio() {
for (int i = 6; i < 29; i++) {
pinMode(i, INPUT);
}
// set audio out to TXC board
pinMode(AUDIO_OUT_PIN, OUTPUT);
// set LEDs and blink once
pinMode(LED_BUILTIN, OUTPUT); // Set LED pin to output

Loading…
Cancel
Save

Powered by TurnKey Linux.