Pont Architecture Time Triggered OS

Dependencies:   mbed ITG3200

Gyrotask.h

Committer:
Lachrymosa
Date:
2011-10-27
Revision:
0:823a9a4db739

File content as of revision 0:823a9a4db739:

#ifndef GYROTASK_H_GUARD
#define GYROTASK_H_GUARD
#include "ITG3200.h"
ITG3200 gyro(p9, p10);
void Gyrotask();
#endif