Added hid controls

This commit is contained in:
Ross Owen
2012-04-10 15:18:13 +01:00
parent ac0fa94bc7
commit b900002f84
8 changed files with 239 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
#include <xccompat.h>
int iic_initialise(timer t, port p_scl, port p_sda);
//int iic_initialise(timer t, port p_scl, port p_sda);
// Write to IIC device
#if defined __XC__