]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/bq2403x/BQ2403XP.nc
Add pin initialization for bq2403x and cp210x
[tinyos-2.x.git] / tos / chips / bq2403x / BQ2403XP.nc
index 77ed42cee88377b56da70ee4df1688788a1cb3e6..0c23a04d4e9eb3ed51e00043072b98c9c2fa2d99 100644 (file)
@@ -128,6 +128,11 @@ implementation {
 
   command error_t Init.init()
   {
+    call BQstat1.makeInput();
+    call BQstat2.makeInput();
+    call ACPGn.makeInput();
+    call USBPGn.makeInput();
+
     update();
     lastState = state;
     return SUCCESS;