Difference between revisions of "Index of sample code pages"

From OpenCircuits
Jump to navigation Jump to search
Line 3: Line 3:
 
Timing routines, showing how seconds can be counted
 
Timing routines, showing how seconds can be counted
  
 +
== Fastest Output to A Shift Register ==
  
 
== [[read before write]] ==
 
== [[read before write]] ==

Revision as of 15:34, 16 March 2009

The perfect second

Timing routines, showing how seconds can be counted

Fastest Output to A Shift Register

read before write

Solving the issue of PIC16's pin state not being saved internally

Good Main Program Header

A C Program Header Example A good header is a help to anyone who wants to use your code.