Index of sample code pages

From OpenCircuits
Jump to navigation Jump to search

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.