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
Diff: main.cpp
- Revision:
- 23:2ca79873ef44
- Parent:
- 20:e78bffff80ee
- Child:
- 27:b4922048ab11
--- a/main.cpp Sat Dec 01 03:23:36 2018 +0000 +++ b/main.cpp Fri Dec 07 06:32:14 2018 +0000 @@ -12,8 +12,8 @@ MPU6050 mpu(p9, p10); //(SDA,SCL)のピンをアサインしてね☆ 加速度センサー -DigitalIn flight(p22); //フライトピン -DigitalOut FET(p21); //FET +DigitalIn flight(p21); //フライトピン +DigitalOut FET(p22); //FET InterruptIn button1(p15); //フォトインタラプタ InterruptIn button2(p18);