Difference between revisions of "Extend IOP16 minimal example"

From Land Boards Wiki
Jump to navigation Jump to search
(Created page with "== Extending the Minimal Example == * Start with [https://github.com/douggilliland/IOP16/tree/main/Higher_Level_Examples/TestIOP16_Minimal a good minimal example] ** Similar...")
 
Line 1: Line 1:
 
== Extending the Minimal Example ==
 
== Extending the Minimal Example ==
  
 +
* This guide requires general familiarity with [[IOP16_16-bit_I/O_CPU_Design|IOP16 16-bit I/O CPU Design]]
 
* Start with [https://github.com/douggilliland/IOP16/tree/main/Higher_Level_Examples/TestIOP16_Minimal a good minimal example]
 
* Start with [https://github.com/douggilliland/IOP16/tree/main/Higher_Level_Examples/TestIOP16_Minimal a good minimal example]
 
** Similar to Arduino "Blink Sketch" and uses  
 
** Similar to Arduino "Blink Sketch" and uses  
 
*** Timer Unit 0 1 second timer
 
*** Timer Unit 0 1 second timer
 
*** On-board LED
 
*** On-board LED

Revision as of 09:40, 11 April 2022

Extending the Minimal Example