CHIPINO - Simple C Library
SimpleC is a library of easy to use functions that make programming in C much easier. It was developed by Chuck Hellebuyck for his book series Beginner's Guide to Embedded C Programming. He introduced it in the 3rd volume of the series. We liked it so much we agreed to make it the official compiler tool for the CHIPINO since its based on the free HI-TECH compiler that automatically installs when you install the Microchip MPLAB IDE. The CHIPINO can be programmed with a PICkit 2/PICKit 3 and works directly from MPLAB. These tools along with Simple C create a great programming platform for the beginner and even experienced CHIPINO user.
For more info on Chuck's books click below:
"Beginner's Guide to Embedded C Programming Volumes 1 thru 3 "
For more info on Chuck's books click below:
"Beginner's Guide to Embedded C Programming Volumes 1 thru 3 "
SimpleC Quick Reference
SimpleC programs can be divided in three main parts: structure , values (variables and constants), and functions. SimpleC is an add on library to the HI-TECH Compiler. It builds on the features already in the HI-TECH compiler.
Structures
Control Structures
Further Syntax
Arithmetic Operators
Comparison Operators
Boolean Operators
Compound Operators
|
VariablesConstants
Data Types
|
FunctionsDigital I/O
Analog I/O
Delay (val = 1 to 65535)
Hardware PWM (1khz to 32khz)
Hardware SPI
Hardware I2C
Hardware USART
LCD (2x16)
|