poly.c File Reference

Poly Functions. More...

Go to the source code of this file.


Functions

int Poly_SetActive (int value)
 Sets whether the Poly subsystem is active.

Detailed Description

Poly Functions.

Functions for permitting the Make Controller Board perform simple functions without programming or any computer intervention at all.

Definition in file poly.c.


Function Documentation

int Poly_SetActive ( int  value  ) 

Sets whether the Poly subsystem is active.

Parameters:
value An integer specifying the active state of the subsystem - 1 (on) or 0 (off).
Returns:
CONTROLLER_OK (0) on success.

Definition at line 163 of file poly.c.