Pinned
394 contributions in the last year
Less
More
Contribution activity
March 2021
Opened 24 pull requests in 5 repositories
ilcardella/PicoCoffeeMachine
9
merged
- removed custom PID controller as it was redundant
- Replaced hardware SPI with software SPI for thermocouple reading
- Fix display
- use hardware_spi functions to read from max6675 and refactor of pid controller
- Added LED blinking for board status indication
- Added USB serial implementation
- removed docker-compose
- Added github action to cache docker layers
- Updated to new version of display library
ilcardella/lib_coffee_machine
9
merged
- removed unused configuration parameters
- Added CoffeeMachine constructor for default PID
- Added a default PID controller implementation
- Added new optional method to BaseDisplay to provide custom display design
- Added display method to BaseDisplay interface
- Added sampling rate to RelayController
- Serial baudrate configuration is now used
- Serial output can now be configured
- removed use of docker-compose from CI build