Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: net 1-wire lpc1768 crypto clock web fram log
lpc1768-this/lpc1768-this.c@106:41ed3ea0bbba, 2021-04-23 (annotated)
- Committer:
- andrewboyson
- Date:
- Fri Apr 23 08:36:42 2021 +0000
- Revision:
- 106:41ed3ea0bbba
- Parent:
- 58:d968191f46f2
Not working, crashes.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 58:d968191f46f2 | 1 | #include "rit.h" |
andrewboyson | 58:d968191f46f2 | 2 | |
andrewboyson | 58:d968191f46f2 | 3 | void Lpc1768ThisInit() |
andrewboyson | 58:d968191f46f2 | 4 | { |
andrewboyson | 58:d968191f46f2 | 5 | RitInit(1); //Start the Repetitive Interrupt Timer with a period of 1ms |
andrewboyson | 58:d968191f46f2 | 6 | } |
andrewboyson | 58:d968191f46f2 | 7 | void Lpc1768ThisMain() |
andrewboyson | 58:d968191f46f2 | 8 | { |
andrewboyson | 58:d968191f46f2 | 9 | } |