ルンパッパ

Dependencies:   mbed BMP180

main.cpp

Committer:
naruu
Date:
2020-12-15
Revision:
0:5cddbcb7193f
Child:
1:1dab888e1f3c

File content as of revision 0:5cddbcb7193f:

#include "mbed.h"
#include "TB6612.h"
TB6612 motor(D7,D9,D11);
int main(){
  motor=100; 
   return 0;
   }