本次美国代写是一个C语言嵌入式系统相关的assignment
Programming Assignment 3 – ADC/Timers
In this assignment you will experiment with the ADC and various capabilities with the Timer integrated into the microprocessor. The ADC (Analog-Digital Converter) is used to capture real-time voltage measures in the real world and is able to translate it into a digital signal that can be understood by code. Timers are also used extensively for critical timing applications such as creating waveforms or setting up communication standards between systems.
The assignment will be graded according to the following criteria:
Part | Grade |
---|---|
1 | 100% |
Instructions
Create a new project in platformIO as demonstrated in class. Copy the code from main.c in this repository to your project and modify to complete each part. Submit your main.c and either a .png or .jpg showing the analog voltages from the extension component all together in a zip file.