Eirbot1A-2020
pinout.hpp
1
#ifndef __PINOUT_H_
2
#define __PINOUT_H_
3
4
5
// moteur gauche
6
#define break_G_PIN D5
7
#define PWM_G_PIN D6
8
#define dir_G_PIN D7
9
10
// moteur droit
11
#define break_D_PIN PE_8
12
#define PWM_D_PIN D3
13
#define dir_D_PIN D4
14
15
// bluetooth serie
16
#define TX_BLUE_PIN PB_10
17
#define RX_BLUE_PIN PB_11
18
19
//GP2 avant
20
#define GP2_A1_PIN PF_4
21
#define GP2_A2_PIN PC_2
22
#define GP2_A3_PIN PB_1
23
24
//GP2 arriere
25
#define GP2_R1_PIN PF_9
26
#define GP2_R2_PIN PF_7
27
#define GP2_R3_PIN PF_8
28
29
//servo gauche PWM
30
#define BRAS_G_PIN PB_11
31
32
//servo droit PWM
33
#define BRAS_D_PIN PA_0
34
35
//pavillon
36
#define PAVILLON_PIN PC_6
37
38
39
//contacteurs
40
// #define CTC_1_PIN PC_8
41
// #define CTC_2_PIN PC_6
42
#define CTC_3_PIN PG_0
43
#define CTC_4_PIN PE_0
44
45
// BONUS
46
#define bonus_1_PIN PD_7
47
#define bonus_2_PIN PD_6
48
#define bonus_3_PIN PD_5
49
#define bonus_4_PIN PD_4
50
#define bonus_5_PIN PD_3
51
52
53
54
#endif // __PINOUT_H_
Protocole
Contient toutes les méthodes permettant d'utiliser le protocole côté nucléo.
Definition:
Protocole_nucleo.hpp:26
actionneur_nucleo.hpp
Contient les fonctions permettant d'activer ou désactiver les actionneurs.
desactivate_pavillon
void desactivate_pavillon()
Initialisation pavillon.
Definition:
actionneur_nucleo.cpp:34
Protocole_nucleo.hpp
Fichier principal du projet permet de communiquer entre la raspberry et la nucléo....
code
nucleo
src
pinout.hpp
Généré par
1.8.20