搜索资源列表
CCU_05
- 此程序使用CAPCOM6的CC6x(0~2)和COUT6x(0~3)输出7路PWM波形,并利用定时器T0定时中断更新它们的占空比。(This file contains functions that use the CCU6 module.)
1-GPIO
- 此例程是利用XC886单片机通用IO口实现LED闪烁的实验。(This file contains the Project initialization function.)
2-GPT_Buzzer
- 此程序通过定时器T0定时中断改变P0.3口输出的方波频率,驱动蜂鸣器后即可发出各种不同声音。(This file contains the Project initialization function.)
3-ADC
- 此程序使用单次转换模式,读取电位计VAR1(AN7)当前的电压值,ADC转换结束后,读取存放于ADC_DAT中的转换结果。另外,通过LED直观的显示其转换结果,即旋转电位计可观察到LED灯的变化。(This function initializes the microcontroller. It is assumed that the SFRs are in their reset state.)
5-UART_Switch
- 此程序利用自动扫描的方式读取两个拨动开关S5和S6对应的P0口的状态,并通过串口将用户选择的状态值上传给PC。(This function initializes the microcontroller. It is assumed that the SFRs are in their reset state.)