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: mbed-dsp mbed Nucleo_pmsmfoc
Diff: html/html/nav.html
- Revision:
- 2:bbc155b0b886
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/html/nav.html Tue Nov 25 07:52:02 2014 +0000 @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> +</head> + <style> + * { + margin: 0; + padding: 0 + } + </style> + <body onresize="top.drawNavSideBar();" onload="top.drawNavSideBar();top.load_metrics();"> + <canvas id="canvas" title="navigate to highlighted lines"></canvas> + </body> +</html>