From 261a73fe703333984c4bc22ce6cbd108f86058ca Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 7 Apr 2013 15:44:30 +0200 Subject: digital/io-hub/src/apbirthday: fix added contacts - move contact to input group, - fix STM32 port name and number, - add missing declaration in python module, - bold IO in spreadsheet. --- digital/io-hub/src/apbirthday/hardware.stm32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io-hub/src/apbirthday/hardware.stm32.cc') diff --git a/digital/io-hub/src/apbirthday/hardware.stm32.cc b/digital/io-hub/src/apbirthday/hardware.stm32.cc index 9c70a1ad..572ea911 100644 --- a/digital/io-hub/src/apbirthday/hardware.stm32.cc +++ b/digital/io-hub/src/apbirthday/hardware.stm32.cc @@ -43,11 +43,11 @@ Hardware::Hardware () glass_contact (GPIOC, 13), cherry_plate_left_contact (GPIOE, 5), cherry_plate_right_contact (GPIOE, 6), + 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), cherry_plate_clamp (GPIOE, 4), cake_arm_out (GPIOB, 3), cake_arm_in (GPIOB, 4), - cake_arm_out_contact (GPIOB, 7), cake_arm_in_contact (GPIOB, 6), cake_push_far_out (GPIOD, 7), cake_push_far_in (GPIOB, 5), cake_push_near_out (GPIOD, 6), cake_push_near_in (GPIOB, 6), glass_lower_clamp_close (GPIOA, 15), glass_lower_clamp_open (GPIOA, 10), -- cgit v1.2.3