From 49c97fc3dedbeb92a8169a38ea782113e3e5b575 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 29 Mar 2013 23:31:19 +0100 Subject: digital/ai, digital/mimot: add simulated mimot for APBirthday Not very complicated, mimot is only used for the pump. --- digital/mimot/tools/mimot/init.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'digital/mimot/tools') diff --git a/digital/mimot/tools/mimot/init.py b/digital/mimot/tools/mimot/init.py index 01511f21..d333ff5c 100644 --- a/digital/mimot/tools/mimot/init.py +++ b/digital/mimot/tools/mimot/init.py @@ -23,10 +23,13 @@ target_guybrush = dict ( a0_bd_error_limit = 22, a0_bd_speed_limit = 0x08, a0_bd_counter_limit = 50, e_sat = 0x3ff, d_sat = 0x1ff, ) +target_apbirthday = dict ( + ) target = { 'marcel': target_marcel, 'robospierre': target_robospierre, 'guybrush': target_guybrush, + 'apbirthday': target_apbirthday, } host = target -- cgit v1.2.3