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: 1-wire clock crypto fram log lpc1768 net web wiz mbed
lpc1768-this/lpc1768-this.c@0:22b158d3c76f, 2021-05-10 (annotated)
- Committer:
- andrewboyson
- Date:
- Mon May 10 10:23:48 2021 +0000
- Revision:
- 0:22b158d3c76f
New version as old one would not commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 0:22b158d3c76f | 1 | #include "rit.h" |
andrewboyson | 0:22b158d3c76f | 2 | |
andrewboyson | 0:22b158d3c76f | 3 | void Lpc1768ThisInit() |
andrewboyson | 0:22b158d3c76f | 4 | { |
andrewboyson | 0:22b158d3c76f | 5 | RitInit(1); //Start the Repetitive Interrupt Timer with a period of 1ms |
andrewboyson | 0:22b158d3c76f | 6 | } |
andrewboyson | 0:22b158d3c76f | 7 | void Lpc1768ThisMain() |
andrewboyson | 0:22b158d3c76f | 8 | { |
andrewboyson | 0:22b158d3c76f | 9 | } |