John Scharf
/
Hat_Board_v5
accel now workin
Fork of Hat_Board_Test by
Diff: SI_LIS.h
- Revision:
- 2:3a8cd127b72a
- Parent:
- 1:2efeed26d93a
--- a/SI_LIS.h Thu Mar 20 09:03:12 2014 +0000 +++ b/SI_LIS.h Thu Mar 20 09:49:36 2014 +0000 @@ -149,17 +149,13 @@ // Read 4 registers in a row char read_reg2(/*unsigned*/ char address); -// Write to a register on the device. +// Write to a register on Si1142. void write_reg(char address, char num_data); -void Init_Accel (char Reg_Num, char Reg_Val); +void Init_Accel (); void Get_Accel_Register (char Reg_Num); -void Get_Accel_Register_2 (char Reg_Num); // Read 2 registers - void Get_Accel_Reg_6 (char Reg_Num); // Read 6 registers -void i2c_start(); - #endif \ No newline at end of file