ME305Lab
|
Program that runs three blinking patterns on an LED.
This program displays three different blinking patterns on an LED located on the Nucleo-L476RG board. The program begins by displaying a welcome message. Through a button on the board, the user can cycle through the blinking patterns. They are all repeating waveforms: a square wave, a sine wave, and a sawtooth wave. The program will run until the user prompts it to close by pressing CTRL+C on the keyboard.
Source Folder [https://bitbucket.org/ruodolfr/me305_lab/src/master/Lab1/]