⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
rpiGPIO
All Projects
Scol
»
rpiGPIO
Overview
Activity
Roadmap
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Repository
API Documentation
Raspberry PI GPIO Scol plugin
G:
work
subversion
scol-technologies
trunk
scol
plugins
rpiGPIO
include
loadScolrpiGPIO.h
1
#ifndef __LOAD_SCOL_RPIGPIO_H__
2
#define __LOAD_SCOL_RPIGPIO_H__
3
4
#ifdef SCOL_STATIC
5
6
#include "scolMachine.h"
7
8
#ifdef __cplusplus
9
extern
"C"
10
#endif
11
SCOL_EXPORT
int
ScolGPIOLoadPlugin(mmachine m, cbmachine w);
12
13
#ifdef __cplusplus
14
extern
"C"
15
#endif
16
SCOL_EXPORT
int
ScolGPIOUnloadPlugin();
17
18
#endif
//SCOL_STATIC
19
20
#endif
Generated by
1.9.8
Loading...