Skip to content

Commit

Permalink
ir transmitter
Browse files Browse the repository at this point in the history
  • Loading branch information
snowwolf007cn committed May 3, 2024
1 parent 48b4fd9 commit fc8b6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- [震动探测](./ch62_detecting_vibration.md)
- [感光灯](./ch63_photosensive_light.md)
- [红外接收管](./ch64_ir_receiver.md)
- [红外发射器](./ch65_ir_transimitter.md)
- [应用](./ch7_application.md)
- [交通信号灯](./ch71_traffic_light.md)

2 changes: 2 additions & 0 deletions src/ch65_ir_transimitter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 红外发射器
(由于Infrared库需要依赖旧版本的embedded-hal,而avr-hal的pwm并没有为实现PwmPin Trait,因为他已经在embedded-hal 1.0版本中被移除了,所以,目前没有找到更好的办法实现红外发射)

0 comments on commit fc8b6f9

Please sign in to comment.