Difference between revisions of "Index of sample code pages"

From OpenCircuits
Jump to navigation Jump to search
Line 4: Line 4:
  
 
== Fastest Output to A Shift Register ==
 
== Fastest Output to A Shift Register ==
 +
 +
== Software Circular Buffer ==
 +
 +
A place to store and retrieve data, say bytes.  First in First out.  Methods to add and remove data.
  
 
== [[read before write]] ==
 
== [[read before write]] ==

Revision as of 17:45, 16 March 2009

The perfect second

Timing routines, showing how seconds can be counted

Fastest Output to A Shift Register

Software Circular Buffer

A place to store and retrieve data, say bytes. First in First out. Methods to add and remove data.

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.