]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc
- bugfix: ReadStream did not work with a "usPeriod" parameter > 0xFFFF (the fix uses...
[tinyos-2.x.git] / tos / chips / msp430 / adc12 / Msp430Adc12ClientAutoRVGC.nc
index 246f5860859b37a6ed64169723c21951a984444f..b7e5c6c58281d03b416847205cf6c1b06e778e5f 100644 (file)
@@ -46,6 +46,7 @@ generic configuration Msp430Adc12ClientAutoRVGC()
     interface Resource;\r
     interface Msp430Adc12SingleChannel;\r
     interface Msp430Adc12MultiChannel;\r
+    interface Msp430Adc12Overflow;\r
   }\r
   uses interface AdcConfigure<const msp430adc12_channel_config_t*>;\r
 } implementation {\r
@@ -57,6 +58,7 @@ generic configuration Msp430Adc12ClientAutoRVGC()
   Resource = Msp430RefVoltArbiterP.ClientResource[ID];\r
   Msp430Adc12SingleChannel = Msp430Adc12P.SingleChannel[ID];\r
   Msp430Adc12MultiChannel = Msp430Adc12P.MultiChannel[ID];\r
+  Msp430Adc12Overflow = Msp430Adc12P.Overflow[ID];\r
   \r
   Msp430RefVoltArbiterP.AdcResource[ID] -> Msp430Adc12P.Resource[ID];\r
 \r