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.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/io-hub/src/apbirthday/hardware.hh') diff --git a/digital/io-hub/src/apbirthday/hardware.hh b/digital/io-hub/src/apbirthday/hardware.hh index eeb00545..44ded0df 100644 --- a/digital/io-hub/src/apbirthday/hardware.hh +++ b/digital/io-hub/src/apbirthday/hardware.hh @@ -72,13 +72,13 @@ struct Hardware ihm_emerg_stop; ucoo::Gpio glass_contact, - cherry_plate_left_contact, cherry_plate_right_contact; + cherry_plate_left_contact, cherry_plate_right_contact, + cake_arm_out_contact, cake_arm_in_contact; ucoo::Gpio cherry_bad_out, cherry_bad_in, cherry_plate_up, cherry_plate_down, cherry_plate_clamp, cake_arm_out, cake_arm_in, - cake_arm_out_contact, cake_arm_in_contact, cake_push_far_out, cake_push_far_in, cake_push_near_out, cake_push_near_in, glass_lower_clamp_close, glass_lower_clamp_open, -- cgit v1.2.3