]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/Msp430ClockInit.nc
Let's let the compiler type system work for us. Instead of having a single
[tinyos-2.x.git] / tos / chips / msp430 / timer / Msp430ClockInit.nc
index 0c0e24e88052d311b3a34d56053b33819e731fea..e78caf1826b5f9f6d6e578166891bee9ddd3d968 100644 (file)
 
 /**
  * @author Cory Sharp <cssharp@eecs.berkeley.edu>
+ * @author Vlado Handziski <handzisk@tkn.tu-berlin.de>
  */
 
 interface Msp430ClockInit
 {
+  event void setupDcoCalibrate();
   event void initClocks();
   event void initTimerA();
   event void initTimerB();
 
+  command void defaultSetupDcoCalibrate();
   command void defaultInitClocks();
   command void defaultInitTimerA();
   command void defaultInitTimerB();