aboutsummaryrefslogtreecommitdiff
path: root/hwdef-thefreeman-lin16dac.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-137/+0
| | | | | (just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
* converted thefreeman-lin16dac to new API,Selene ToyKeeper2023-10-301-40/+71
| | | | | | | but unsure if it works since I it's very uncommon hardware I don't have (also, there are some obvious things needing fixing, but I'd need hardware to calibrate it correctly)
* switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper2023-04-171-16/+13
| | | | | | | instead of full GPL headers (or all too often, nothing at all) There are a few "FIXME" entries where I'm not sure about the correct copyright.
* moved fuses from cfg to hwdef, renamed LED_EN/DISABLE_DELAY to LED_ON/OFF_DELAYSelene ToyKeeper2022-04-141-1/+1
| | | | | (also really should rename LED_* to CH1_* and LED2_* to CH2_*)
* Experimental: add optional delay when using LED_ENABLE_PIN to avoid flashes ↵Gabriel Hart2022-01-051-2/+1
| | | | of light (this time for LED2_ENABLE pin)
* Experimental: add optional delay when using LED_ENABLE_PIN to avoid flashes ↵Gabriel Hart2022-01-041-0/+1
| | | | of light
* Add thefreeman's DAC linear driver (beta); also update Sofirn bilds to use ↵Gabriel Hart2021-10-291-0/+109
the new 2C_STYLE defines