- Massachusetts
- Sign in to view email
- http://danhalbert.org
Pinned repositories
315 contributions in the last year
Contribution activity
December 2017
Created a pull request in adafruit/circuitpython
that received 4
comments
Fix PDMIn MEMS microphone support
Changes:
New faster filter loop, by @ladyada. New filter coefficients as well.
Turn on microphone clock when PDMIn object is created, and run it a…
Created an issue in adafruit/circuitpython
that received 6
comments
Speed up AnalogIn.value significantly.
@tdicola has measured that AnalogIn.value takes about 10msecs per sample, which is very long. Currently it takes 16-bit samples with the 12-bit ADC…