StepperII
Dual Axis Stepper Controller
Public Member Functions

CBitWO< BASE_CLASS > Class Template Reference

#include <CBitio.h>

List of all members.

Public Member Functions

void init (void)
void on (void)
void off (void)
void hiZ (void)
void toggle (void)
unsigned char toggle (char x)
unsigned char read (void)

Detailed Description

template<class BASE_CLASS>
class CBitWO< BASE_CLASS >

Define WO class Constructor initialized output bit off void init(void); // Same as constructor void on(void); // Set output bit high void off(void); // Set output bit low void hiZ(void); // Set output bit to high Z void toggle(void); // Toggles the output bit unsigned char toggle(char x); // Toggles with a read. x is dummy


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Defines