27 Revīzijas (d37974663b7864a9d5ec33949a608645e5e0f167)

Autors SHA1 Ziņojums Datums
  PaulStoffregen 1be52e08c8 Fix ADC input on Teensy 3.x pirms 4 gadiem
  PaulStoffregen aae7f1950b T4 ADC input, commandeer a timer not used for PWM and don't mess with pin 15 pirms 4 gadiem
  PaulStoffregen 5d6cdd51aa Initial support for ADC input on Teensy 4.0 pirms 4 gadiem
  Frank 52b3c88e10
Update input_adc.cpp pirms 4 gadiem
  Frank 9f8a1603d2
align pirms 4 gadiem
  PaulStoffregen 07a305d8bc Import all of Frank's T4 edits pirms 5 gadiem
  PaulStoffregen 8fb976cf20 Include Arduino.h first in all cpp files, for precompiled header speedup pirms 6 gadiem
  Transmogrifox 6424ffbb26 Further precision increase eliminates DC offset pirms 7 gadiem
  Transmogrifox b8d349fbe7 increase precision to minimize DC error pirms 7 gadiem
  Transmogrifox 38c7071270 Fix indentation and move filtercoefficient to #define constant instead of int32_t variable pirms 7 gadiem
  Transmogrifox 19b6ed3db1 Replace DC removal algorithm with IIR HPF, 2 Hz pirms 7 gadiem
  PaulStoffregen 982426cf6b Fix ADC input with various clock speeds pirms 8 gadiem
  Konstantin Lopyrev dde07982b0 Fix the DC offset computation. The previous computation would occassionally get stuck with an incorrect offset. pirms 8 gadiem
  PaulStoffregen 14fd8f907b Fix some Teensy-LC compiler errors pirms 9 gadiem
  PaulStoffregen 87b715ad2d Fix AudioInputAnalog pirms 10 gadiem
  PaulStoffregen 7602cb2ece Remove old debugging stuff from AudioInputAnalog pirms 10 gadiem
  PaulStoffregen fff6eda8eb Allow AudioInputAnalog to use different pins pirms 10 gadiem
  PaulStoffregen 9901efdd73 Improve AudioInputAnalog DC blocking filter pirms 10 gadiem
  PaulStoffregen e8cb4897b0 Avoid allocating unneeded DMA channels pirms 10 gadiem
  PaulStoffregen bdd67504ef Make input ADC and output DAC play nicely together pirms 10 gadiem
  PaulStoffregen d951eef420 Convert AudioInputAnalog to use DMAChannel.h pirms 10 gadiem
  PaulStoffregen 33ad99be10 Reassign DMA channels for compatibility with OctoWS2811 pirms 10 gadiem
  PaulStoffregen e9d52cd601 reword connect in AudioInputAnalog pirms 10 gadiem
  PaulStoffregen 183fcd95a9 Add MIT license pirms 10 gadiem
  PaulStoffregen c274463185 Each object includes only required headers pirms 10 gadiem
  PaulStoffregen e4cb836eea Reorganize all header files pirms 10 gadiem
  PaulStoffregen f16fb938bf Move other objects to their own files pirms 10 gadiem
  PaulStoffregen 2bb856fa95 Move input & output objects to their own files pirms 10 gadiem