When using c8051f060, I want to use this microcontroller to control the keyboard and display, and use 8279 to complete it. The microcontroller does not have an external memory. What I want to ask is w
[i=s]This post was last edited by paulhyde on 2014-9-15 09:21[/i] [font=宋体][size=14pt]Title[/size][/font][font=宋体][size=14pt]Requirements:[/size][/font][font=宋体][size=14pt]High frequency signal genera
Are there any ZigBee experts and MCU programming experts? I would like to ask them to help me program. It is paid and the price is negotiable. Contact qq1251910337
.H file is as follows: class TIM { public: TIM(TIM_TypeDef *TIMx); void begin(uint32_t frq); //frq is the interrupt frequency, the value is 1-1000000 void attach_interrupt(void(*callback)(void)); //in