diff options
| author | Selene ToyKeeper | 2024-08-19 13:19:24 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2024-08-19 13:19:24 -0600 |
| commit | d863b060780af735e19a2d4eb4149dde6b92e0d5 (patch) | |
| tree | cf48fef4fc0b5980de6827b3af7cca3a1ed5d21b /hw/wurkkos/ts25/boost/hwdef.h | |
| parent | Merge branch 'trunk' into wurkkos-ts25-boost (diff) | |
| download | anduril-d863b060780af735e19a2d4eb4149dde6b92e0d5.tar.gz anduril-d863b060780af735e19a2d4eb4149dde6b92e0d5.tar.bz2 anduril-d863b060780af735e19a2d4eb4149dde6b92e0d5.zip | |
ts25-boost: calibrated for new prototype
- battery voltage readings
- RGB button aux
- less moon flicker (but brighter, less efficient moon)
- reduced blink brightness
(old brightness was so high it was throwing off battery readings)
Diffstat (limited to 'hw/wurkkos/ts25/boost/hwdef.h')
| -rw-r--r-- | hw/wurkkos/ts25/boost/hwdef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/wurkkos/ts25/boost/hwdef.h b/hw/wurkkos/ts25/boost/hwdef.h index 4fd53a2..833c9f9 100644 --- a/hw/wurkkos/ts25/boost/hwdef.h +++ b/hw/wurkkos/ts25/boost/hwdef.h @@ -100,8 +100,8 @@ uint8_t ch1_pwm, ch1_dsm; // estimated / calculated values are: // (voltage - D1) * (R2/(R2+R1) * 4096 / 1.1) // Resistors are 330k and 100k -#define ADC_44 4274 // raw value at 4.40V -#define ADC_22 2256 // raw value at 2.20V +#define ADC_44 3830 // raw value at 4.40V +#define ADC_22 1840 // raw value at 2.20V // this light has aux LEDs under the optic #define AUXLED_R_PIN PIN3_bp // pin 3 |
