This website works better with JavaScript.
홈
탐색
도움말
로그인
visus
/
teensy-cores
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
Merge pull request
#160
from KurtE/SerialEvent6
Add serialEvent6 to yield
main
Paul Stoffregen
9 년 전
부모
12421ba5a9
44027e2115
커밋
bc6e2a87f3
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
+3
-0
teensy3/yield.cpp
+ 3
- 0
teensy3/yield.cpp
파일 보기
@@ -49,6 +49,9 @@ void yield(void)
#endif
#ifdef HAS_KINETISK_UART4
if (Serial5.available()) serialEvent5();
#endif
#if defined(HAS_KINETISK_UART5) || defined (HAS_KINETISK_LPUART0)
if (Serial6.available()) serialEvent6();
#endif
running = 0;
};
Write
Preview
Loading…
취소
저장