質問編集履歴

1

少し修正しました

2020/01/30 03:34

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -160,7 +160,7 @@
160
160
 
161
161
  timer_tick.attach_us(&stop_watch, 10000); //割り込みタイマ10ms
162
162
 
163
- led.attach_us(&blink_seg, 100); //割り込みタイマ0.1ms
163
+ led.attach_us(&blink_seg, 1000); //割り込みタイマ1ms
164
164
 
165
165
  sw_time=0;
166
166