changed order of parameter dialog
by Lustig, Andy 8 years 7 months
7188f44a
Separated characterization into 2 functions, one f...
by Lustig, Andy 8 years 7 months
Separated characterization into 2 functions, one for implant, one for diode.
Power level can be sent and changed to Cerebro running in MCUBE mode.
changed GUI layout and dialogs for characterization and sending fade vector
396502bd
If using MCUBE mode, you can now change power leve...
by Lustig, Andy 8 years 7 months
If using MCUBE mode, you can now change power level using powertest command from Cerebro library.
fixed bug where powerLevel was grabbing the wrong value from EEPROM.
0f0c525e
Updated Cerebro library to a new saveEEPROM functi...
by Lustig, Andy 8 years 7 months
Updated Cerebro library to a new saveEEPROM function
Reduced cerebro.ino sketch size by 14 bytes. Makes sure laser is off after initialization.
Added memory dump to base station sketch.
3baf2ac2
cleaned up calibrateRoutine
by Lustig, Andy 8 years 7 months
cleaned up calibrateRoutine
triggerEvent() now has feedback variable that replaces the #ifdef MCUBE logic.
removed some excessive printing during calibration mode.
b0bbabaf
Can now send signal to dump entire memory contents
by Lustig, Andy 8 years 8 months
a8c0648c
Can now receive powerTest trigger that powers the ...
by Lustig, Andy 8 years 8 months
Can now receive powerTest trigger that powers the laser at a temporary power level.
Fixed bug introduced in c4e7b27 on September 29. "ms" being printed to log breaks the "compare" function in the log parsing script.
63492cb4
Library updates for sending test trigger at a a te...
by Lustig, Andy 8 years 8 months
Library updates for sending test trigger at a a temporary power level.
32b49ced
Added 3rd function to checkButtonPress() that is i...
by Lustig, Andy 8 years 8 months
Added 3rd function to checkButtonPress() that is is activated with a double button press.
Made all text messages the same size.
Added sendPower function to send send a test trigger at a temporary power level.
a7467b27
If maximum current is reached, it will do 1 more t...
by Lustig, Andy 8 years 8 months
If maximum current is reached, it will do 1 more test trigger and then finish.
a40b67c8
Report a bug