main.h File Reference
Declarations of the basic sketch functions.
More...
Go to the source code of this file.
|
Functions |
int | main () |
| the bootloader, sketch-runner, everything-doer entry point!
|
void | setup () |
| Once-only start up function to be defined by the user.
|
void | loop () |
| Repeating main function to be defined by the user.
|
Detailed Description
Declarations of the basic sketch functions.
- Author:
- David H. Ackley.
- Date:
- (C) 2008 All rights reserved.
- Code License:
- The GNU Lesser General Public License
- License Note:
- All code samples shown in documentation are placed into the public domain.