summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--digital/io-hub/src/apbirthday/hardware.stm32.cc6
-rw-r--r--eurobot/2013/io-hub-stm32-connectors.odsbin22211 -> 22213 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/digital/io-hub/src/apbirthday/hardware.stm32.cc b/digital/io-hub/src/apbirthday/hardware.stm32.cc
index 572ea911..686b3f1c 100644
--- a/digital/io-hub/src/apbirthday/hardware.stm32.cc
+++ b/digital/io-hub/src/apbirthday/hardware.stm32.cc
@@ -40,9 +40,9 @@ Hardware::Hardware ()
ihm_robot_nb (GPIOD, 15),
ihm_lol (GPIOD, 11),
ihm_emerg_stop (GPIOC, 6),
- glass_contact (GPIOC, 13),
- cherry_plate_left_contact (GPIOE, 5),
- cherry_plate_right_contact (GPIOE, 6),
+ glass_contact (GPIOE, 5),
+ cherry_plate_left_contact (GPIOE, 6),
+ cherry_plate_right_contact (GPIOC, 13),
cake_arm_out_contact (GPIOC, 5), cake_arm_in_contact (GPIOB, 1),
cherry_bad_out (GPIOE, 0), cherry_bad_in (GPIOE, 1),
cherry_plate_up (GPIOE, 2), cherry_plate_down (GPIOE, 3),
diff --git a/eurobot/2013/io-hub-stm32-connectors.ods b/eurobot/2013/io-hub-stm32-connectors.ods
index e96ceae4..4eb372b4 100644
--- a/eurobot/2013/io-hub-stm32-connectors.ods
+++ b/eurobot/2013/io-hub-stm32-connectors.ods
Binary files differ