]> www.average.org Git - pulsecounter.git/blob - msp430/Pulsecounter.ems
cherrypick blink function from the jittercount branch
[pulsecounter.git] / msp430 / Pulsecounter.ems
1 version = "1.0.0";
2 description = "Pulsecounter";
3
4 schema Pulsecounter {
5
6     int32 coldTick {
7         indicator
8     };
9
10     int32 hotTick {
11         indicator
12     };
13
14 };