develop an interrupt driven program in C CODE that representsmorse code dashes by turning an LED on for 500 ms. Dots will berepresented by turning the LED on for 125 ms (this is a violationof the international standard which states a dash should be 3 timesas long as a dot). Each dot and dash in a letter will be separatedby a 125 ms period of darkness. Letters will be separated from eachother with 375 ms periods of darkness. Your program will use thenormally open USER switch connected to pin PA15 to generate anexternal interrupt which will be filtered and level controlled by alow level. The pin should be configured with pull up enabled.Depressing the switch will lower the pin.
IMPORTANT: It should program on Microchip ATSAMD21J18 Chip.PLEASE HELP!
develop an interrupt driven program in C CODE that represents morse code dashes by turning an LED on for 500 ms. Dots wi
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
develop an interrupt driven program in C CODE that represents morse code dashes by turning an LED on for 500 ms. Dots wi
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!