Skip to content
Extraits de code Groupes Projets
Valider 22cf5e2e rédigé par Damien Wiame's avatar Damien Wiame
Parcourir les fichiers

creation des pins

parent 686a2998
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -3,10 +3,14 @@ ...@@ -3,10 +3,14 @@
#include <wiringPi.h> #include <wiringPi.h>
const int ENC_PIN_1A = 0; const int MOSI_PIN = 12;
const int ENC_PIN_1B = 0; const int MISO_PIN = 13;
const int ENC_PIN_2A = 0; const int MOSI_PIN_FPGA = 14;
const int ENC_PIN_2B = 0; const int MISO_PIN_FPGA = 16;
const int ENC_PIN_1A = 38;
const int ENC_PIN_1B = 36;
const int ENC_PIN_2A = 35;
const int ENC_PIN_2B = 34;
int main(int argc, char const *argv[]) int main(int argc, char const *argv[])
{ {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter