![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
Provides driver API functions for initializing devices. More...
Include dependency graph for driver.h:Go to the source code of this file.
Macros | |
| #define | INCLUDE_DRIVER(x) extern _Driver x; _Driver *x ## _fp = &x; |
Functions | |
| void | _InitIO (void) |
Provides driver API functions for initializing devices.
Copyright (c) 2011-2012 by Parallax, Inc. All rights MIT Licensed.
The _InitIO() function is called at program startup before main().
It initializes stdio devices as defined in include/sys/driver.h
New devices having stdio interfaces can be added to the driver table.
Definition in file driver.h.
| void _InitIO | ( | void | ) |
1.8.17