ルンパッパ

Dependencies:   mbed BMP180

Revision:
0:5cddbcb7193f
Child:
1:1dab888e1f3c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Dec 15 08:36:33 2020 +0000
@@ -0,0 +1,7 @@
+#include "mbed.h"
+#include "TB6612.h"
+TB6612 motor(D7,D9,D11);
+int main(){
+  motor=100; 
+   return 0;
+   }
\ No newline at end of file