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.host.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/io-hub/src/apbirthday/hardware.host.cc') diff --git a/digital/io-hub/src/apbirthday/hardware.host.cc b/digital/io-hub/src/apbirthday/hardware.host.cc index 35172d38..4226281f 100644 --- a/digital/io-hub/src/apbirthday/hardware.host.cc +++ b/digital/io-hub/src/apbirthday/hardware.host.cc @@ -41,6 +41,8 @@ Hardware::Hardware () glass_contact (host, "glass_contact"), cherry_plate_left_contact (host, "cherry_plate_left_contact"), cherry_plate_right_contact (host, "cherry_plate_right_contact"), + cake_arm_out_contact (host, "cake_arm_out_contact"), + cake_arm_in_contact (host, "cake_arm_in_contact"), cherry_bad_out (host, "cherry_bad_out"), cherry_bad_in (host, "cherry_bad_in"), cherry_plate_up (host, "cherry_plate_up"), @@ -48,8 +50,6 @@ Hardware::Hardware () cherry_plate_clamp (host, "cherry_plate_clamp"), cake_arm_out (host, "cake_arm_out"), cake_arm_in (host, "cake_arm_in"), - cake_arm_out_contact (host, "cake_arm_out_contact"), - cake_arm_in_contact (host, "cake_arm_in_contact"), cake_push_far_out (host, "cake_push_far_out"), cake_push_far_in (host, "cake_push_far_in"), cake_push_near_out (host, "cake_push_near_out"), -- cgit v1.2.3