Difference between revisions of "Embedded System Tutorial GPIO"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Assignment)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
Socialledge is moving to two portals. 
 +
*  The Wiki will remain here for general references about the SJ-One board, and to document student reports.
 +
*  The bookstack will now be used for SJSU assignments
 +
 +
[http://books.socialledge.com/books/embedded-drivers-real-time-operating-systems/chapter/lesson-gpio This article has been moved here]
 +
 +
<!--
 
== Objective ==
 
== Objective ==
 
Interface your LPC17xx to a switch and an LED.
 
Interface your LPC17xx to a switch and an LED.
Line 100: Line 107:
  
 
Upload into the textbox just the relevant code, probably just main.cpp
 
Upload into the textbox just the relevant code, probably just main.cpp
<b>Extra Credit</b> Do something creative, such as lighting up an LED based on a terminal command.
+
 
 +
<b>Extra Credit:</b> Do something creative, such as lighting up an LED based on a terminal command.
 +
 
 +
[[Embedded System GPIO Assignment]]
 +
 
 +
-->

Latest revision as of 20:02, 25 January 2019

Socialledge is moving to two portals.

  • The Wiki will remain here for general references about the SJ-One board, and to document student reports.
  • The bookstack will now be used for SJSU assignments

This article has been moved here