PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Macros | Functions
driver.h File Reference

Provides driver API functions for initializing devices. More...

#include <stdio.h>
#include <sys/driver.h>
+ 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)
 

Detailed Description

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.

Function Documentation

◆ _InitIO()

void _InitIO ( void  )
See also
Details above