// ESP8266蜂鸣器控制 #ifndef _OP_BEE_H #define _OP_BEE_H #include "var_settings.h" #include "pin.h" void bee(bool s) { if(s) { tone(pin_bee, bee_freq); } else { noTone(pin_bee); } } #endif
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comment ( 0 )