portapack-mayhem / mayhem-firmware

Custom firmware for the HackRF+PortaPack H1/H2
GNU General Public License v3.0
3.02k stars 518 forks source link

ADS1100 #2116

Closed jLynx closed 2 months ago

jLynx commented 2 months ago

Adds support for the ADS1110. Handles devices with & without it. Hides on devices that do not include it.

NotherNgineer commented 2 months ago

Minor note: Since M0 doesn't have a floating point unit, I try to stick with integer math. If voltage was passed in millivolts for example instead of volts then the floating point could be eliminated.

htotoo commented 2 months ago

I'll modify this to mV, already working on gui part