MarsRoverFirmware
MarsRoverFirmware copied to clipboard
Firmware for the University of Waterloo Rover Team URC Mars Rover
Measuring a PWM signal period and duty cycle using timers in capture mode should be more precise and efficient than using rising/falling edge interrupts.
Add ability to do updates over CanBus (may keep it somewhat abstract so it'd work over other interfaces?). this would involve customizing the bootloader and embedding some sort of board...
Use exponentially weighted moving average instead of rolling window average for smoothing - No array (old sample storage) required - Less computationally complex - Gives more weight to current value...
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Release notes Sourced from matplotlib's releases. REL: v3.7.0 Highlights of this release include: Plotting and Annotation improvements hatch parameter for...