Skip to content
Snippets Groups Projects
Commit a4c14ebb authored by Marc LE GAL LA SALLE's avatar Marc LE GAL LA SALLE
Browse files

Modification des pins par Sami et Adam

parent 603bf7e1
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#include <std_msgs/Int32.h> #include <std_msgs/Int32.h>
// Pin declaration // Pin declaration
const int pullCordPin = D8; const int pullCordPin = D9;
const int switchPin = D9; const int switchPin = D3;
const int buttonPin = D10; const int buttonPin = D10;
const int buttonLedPin = D11; const int buttonLedPin = D11;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment