Quantcast
Channel: MSP low-power microcontrollers
Viewing all articles
Browse latest Browse all 62309

Forum Post: RE: how to count half an hour with msp430

$
0
0
Configure some timer for one second or so; execute the following code in the timer handler: counter++; if (counter >= 60 * 30) { counter = 0; // 30 minutes have elapsed }

Viewing all articles
Browse latest Browse all 62309

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>