librfn
An ad-hoc utility library
Macros | Functions
rotenctest.c File Reference
#include <librfn.h>

Go to the source code of this file.

Macros

#define STEP(x, y)   rotenc_decode(&myenc, (x << 1) + y)
 

Functions

int main ()
 

Macro Definition Documentation

#define STEP (   x,
 
)    rotenc_decode(&myenc, (x << 1) + y)

Function Documentation

int main ( )

Definition at line 18 of file rotenctest.c.