now power down the DRV8838 and the I2CAnalogClock MCU to save power (from 2.6ma+ to 0.74ma avg!!!) Converted the ATTiny85 reset pin to an output as I needed a pin for teh DRV disable!
by Chris Liebman 7 years 9 months
a1c2d34d
use idle sleep for now (working on power down sleep)
by Chris Liebman 7 years 9 months
b2f51892
format cleanup
by Chris Liebman 7 years 9 months
2fa951ba
no need to tick once on startup as I2CAnalogClock now does that
by Chris Liebman 7 years 9 months
38a7376b
use timer (not loop) for adjustment, now both tick and adjust are interrupt/timer driven always fire one tick on startup to sync clock motor
by Chris Liebman 7 years 9 months
6ee62ff7
added config for DRV sleep delay
by Chris Liebman 7 years 9 months
d2dc20ec
added sleep_delay to sleep DRV8838 to save power.
by Chris Liebman 7 years 9 months
0caaf861
Fixed race conditions with position and adjustment value during adjustment
by Chris Liebman 7 years 9 months
8dc666c0
dont include Eclipse files or fake .ino file when using Arduino IDE
by Chris Liebman 7 years 9 months
1c4f2825
remove eclipse project settings
by Chris Liebman 7 years 9 months
c72ab46e
Report a bug