Difference between revisions of "Index of sample code pages"

From OpenCircuits
Jump to navigation Jump to search
Line 11: Line 11:
  
 
[[A C Program Header Example]]  A good header is a help to anyone who wants to use your code.
 
[[A C Program Header Example]]  A good header is a help to anyone who wants to use your code.
 +
 +
 +
[[Category:BoostC]][[Category:PIC]]

Revision as of 18:36, 10 March 2009

The perfect second

Timing routines, showing how seconds can be counted


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.