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.
Diff: AS7000.cpp
- Revision:
- 2:447946334c29
- Parent:
- 1:510ee396d140
--- a/AS7000.cpp Sat May 06 00:56:47 2017 +0000
+++ b/AS7000.cpp Sat May 06 01:06:07 2017 +0000
@@ -25,8 +25,7 @@
AS7000_GPIO8.write(0); //Power ON AS7000
wait_ms(280); //Wait for > 250ms for booting
-
-
+
cmd[0] = AS7000_STARTUP; //0x04;
cmd[1] = 0x02;
_i2c.write(address, cmd, 2);