Skip to content

Commit

Permalink
Update main.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
anl15101 committed Mar 23, 2021
1 parent 0f54f91 commit 5235c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void send_tvc(Matrix u, Matrix * last_u, double yaw)
void setup()
{
// set up pins (OUTPUT and LOW are defined in Arduino.h)
pinMode(15, INPUT);
pinMode(15, OUTPUT);
digitalWrite(15, HIGH);

//TODO flash setup
Expand Down

0 comments on commit 5235c4e

Please sign in to comment.