Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarovelascoprieto/assembly_cafetera
Assembly program for the Phillips 80C552 microcontroler that controls a coffee machine. This has been implemented using the microcontroller's PWM outputs, analog I/O via its onboard ADC, as well as timers controlled by the internal clock.
https://github.com/alvarovelascoprieto/assembly_cafetera
80c552 assembly
Last synced: 20 days ago
JSON representation
Assembly program for the Phillips 80C552 microcontroler that controls a coffee machine. This has been implemented using the microcontroller's PWM outputs, analog I/O via its onboard ADC, as well as timers controlled by the internal clock.
- Host: GitHub
- URL: https://github.com/alvarovelascoprieto/assembly_cafetera
- Owner: AlvaroVelascoPrieto
- Created: 2023-12-16T13:33:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T13:40:45.000Z (about 1 year ago)
- Last Synced: 2024-11-05T09:42:29.007Z (2 months ago)
- Topics: 80c552, assembly
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assembly_Cafetera
Assembly program for the Phillips 80C552 microcontroler that controls a coffee machine. This has been implemented using the microcontroller's PWM outputs, analog I/O via its onboard ADC, as well as timers controlled by the internal clock.
The documentation (in Spanish) can be found [here](16_GL2_41_20234872R_VELASCO_72172073M_ELORZA.pdf).