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: jy901
Revision 1:42b2debe2c64, committed 2019-11-06
- Comitter:
- piroro4560
- Date:
- Wed Nov 06 09:22:25 2019 +0000
- Parent:
- 0:73712a48e06d
- Commit message:
- jy901 9-axis jyro sensor
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Oct 25 09:36:43 2019 +0000
+++ b/main.cpp Wed Nov 06 09:22:25 2019 +0000
@@ -1,8 +1,8 @@
#include "mbed.h"
#include "jy901.h"
-JY901 jy(D5, D7); //sda, scl
-Serial pc(USBTX, USBRX);
+JY901 jy(PB_9, PB_8); //sda, scl
+Serial pc(USBTX, USBRX, 115200);
int main() {
float x, y, z;