Frequency counter using LPC1768 hardware counter, tested up-to 11MHz forked from https://developer.mbed.org/users/mio/code/5MHzOSC/
Fork of 5MHzOSC by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:ded3d16c6b55 | 2014-05-29 | chalikias | now gate timing at 0.1s using wait_us(100000). The 11.5MHz limitation seems to be a max frequency limitation ofthe counter |
5:2f69b934feb0 | 2014-05-29 | chalikias | BASED ON fuyuno sakura 5MHzOSCA SLIGHT MODIFICATION WAIT 0.1sec instead 1sec, PRINT %u instead %d. Works upto 11.7MHz |
4:e7d16ef216d4 | 2013-06-18 | mio | Wrong comment about MR6 and output pulse duty fix. |
3:603f4efe3985 | 2013-06-18 | mio | Invalid duty and comment fix |
2:bff82681a822 | 2013-05-26 | mio | Fix Comment |
1:2a347c40b1da | 2013-05-26 | mio | 5MHz Oscillator output with self counter |
0:c988614df67a | 2013-05-26 | mio | 5MHz OSC / No Debug |