Alex Wigen

Results 6 issues of Alex Wigen

The KiCad library naming convention has changed over time and as a result many of the 3dshapes are not correctly referenced. **Before this commit** ![before-front](https://user-images.githubusercontent.com/5535269/82735879-6f026480-9d25-11ea-9c10-f8c6cd795f62.png) ![before-back](https://user-images.githubusercontent.com/5535269/82735881-70cc2800-9d25-11ea-890f-d714be460809.png) **After this commit** ![after-front](https://user-images.githubusercontent.com/5535269/82735895-7e81ad80-9d25-11ea-821a-0c850396d433.png)...

The MMU produces quite a hissing sound while idle. The stepper drivers should enter a reduced power mode while not moving.

enhancement

This is a proof of concept using AccelStepper for all moves. There is also a new homing sequence using stallguard which works most of the time but could use some...

enhancement

# RFC - Adding a generic mixer This PR adds prerequisites for receiver gyro support, primarily to be used for stabilization of airplanes and cars. Having a generic receiver mixer...

This removes the following compile time warning: ``` src/rx_main.cpp: In function 'bool ProcessRFPacket(SX12xxDriverCommon::rx_status)': src/rx_main.cpp:1166:17: warning: unused variable 'tempFreqCorrection' [-Wunused-variable] int32_t tempFreqCorrection = HandleFreqCorr(Radio.GetFrequencyErrorbool()); // Adjusts FreqCorrection for RX freq offset...

house keeping :broom:

This silences a compile time warning: ``` lib/LED/devLED.cpp:144:13: warning: 'void setPowerLEDs()' defined but not used [-Wunused-function] static void setPowerLEDs() ^~~~~~~~~~~~ ```

house keeping :broom: