Difference between revisions of "LED Blinking With Explore M3"
Line 20: | Line 20: | ||
=Code= | =Code= | ||
− | Below is the sample code the blink the LED connected | + | Below is the sample code the blink the LED connected to pin 13. |
<html> | <html> | ||
<script src="https://gist.github.com/SaheblalBagwan/22b56f0eb7a4ccad41411b8fad0ad435.js"></script> | <script src="https://gist.github.com/SaheblalBagwan/22b56f0eb7a4ccad41411b8fad0ad435.js"></script> | ||
</html> | </html> | ||
− | |||
=Demo= | =Demo= |
Revision as of 15:03, 24 April 2016
In this tutorial we will see how to blink the LED using the explore Embedded bare metal libraries.
References
Please check the below link for detailed explanation on LPC1768 GPIO's configuration.
LPC1768 GPIO Configuration
Project Setup
Check the below links to setup the project for generating the .bin file.
Hardware Connection
Similar to arduino the LED is connected to pin number 13.
Code
Below is the sample code the blink the LED connected to pin 13.