2017 hongo b team
Fork of Alpha_Apper by
Diff: Beta_ApprI2C_ID.h
- Revision:
- 1:16f3ffabd868
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Beta_ApprI2C_ID.h Mon Sep 11 04:55:39 2017 +0000 @@ -0,0 +1,22 @@ +#ifndef BETA_APPR_I2C_ID_H +#define BETA_APPR_I2C_ID_H + +namespace beta_a +{ + const int s1_addr = 0x0b; + + enum ID + { + stmby_valb1 = 0x00, + stmby_valb2 = 0x01, + stoper_valb = 0x02, + beak_pwr = 0x03 + }; + + enum f_type + { + sig,unsig + }; +} + +#endif \ No newline at end of file