| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made tk-delay.h allow use of both _delay_ms() and _delay_4ms(). | Selene ToyKeeper | 2017-03-18 | 1 | -3/+4 |
| | | |||||
| * | Added _delay_4ms() thing from new smaller biscotti. Will need it for crescendo. | Selene ToyKeeper | 2017-03-16 | 1 | -0/+13 |
| | | |||||
| * | Replaced how USE_FILE_DELAY works. | Selene ToyKeeper | 2015-10-05 | 1 | -7/+12 |
| | | | | | As a separate function, it seems to produce smaller builds. | ||||
| * | Oops, delay_s() should delay for 1000 ms, not BOGOMIPS ms. | Selene ToyKeeper | 2015-09-11 | 1 | -1/+1 |
| | | |||||
| * | Refactored blf-a6 a bunch to export code to includes and make attiny ↵ | Selene ToyKeeper | 2015-09-11 | 1 | -0/+51 |
| portability a bit better. Moved MCU hardware options and pin layout to tk-attiny.h. Moved voltage and OTC hardcoded values to tk-calibration.h. Moved delay functions to tk-delay.h, and made it use BOGOMIPS instead of DELAY_TWEAK. Moved voltage ADC and most of the battcheck code to tk-voltage.h. Changed EEPLEN to EEPSIZE. Made 1.1V reference symbol consistent across MCUs to avoid repeated #if/#else clauses. | |||||
