资源列表
7.2 数字电压表
- 四路固定式数字电压表,第一位是所在路数,后三位是电压值(Four fixed digital voltage meter, the first is the way, after the three voltage value)
方控修改IR输出
- UCOSII 核心块代码,各种外设驱动,应用层代码(UCOSII core block code, a variety of peripheral drivers, application layer code)
程序
- 实现加减乘除,三角函数,指数,对数等运算,位数很长(mplementation of trigonometric function, exponential, add, subtract, multiply and divide, the number of operations for a long number)
stm8_play_wav_by_wang@2017-7-7
- 通过串口将音频数据发往stm8,stm8通过互补的pwm通道输出BTL推动喇叭播放音乐。wav格式为16K采样8bit模式,附带了xp的录音机可以进行格式转换。(Through the serial port to the audio data sent to stm8, stm8 through the complementary pwm channel output BTL to promote the speaker to play music. wav format for the 16
EFM8BB1_CRC
- CRC校验,对16K_flash进行校验。举例:若校验码异常可以触发程序奔溃功能,达到程序加密效果。(// Program Descr iption: // // This program shows how to use the CRC engine in the automatic mode and the // manual mode. The automatic mode can be used to calculate the CRC of flash // pages. Th
EFM8BB2_I2C
- I2C通讯实例,单片机和单片机之间的通讯(// Example software to demonstrate the I2C Slave interface. // - Interrupt-driven I2C Slave implementation // - Only slave states defined // - 1-byte I2C Slave data holder used for both transmit and receive // - Timer3 used b
EFM8BB2_ADC
- ADC实例,用于模拟量采样实例,内部REF(The system is clocked by the internal 24.5 MHz oscillator divided by 1. // Timer 2 triggers a conversion on ADC0 on each overflow. The completion of // this conversionin turn triggers an interrupt service routine (ISR). The
EFM8BB2_FLASH
- 对flash的操作实例,软件擦出,读和写flash(This program tests all the functions available in EFM8BB2_FlashPrimitives.c // and EFM8BB2_FlashUtils.c. It uses a test data array to mimic the changes // made to the flash and test for correctness. While the test is run
EFM8BB2_Oscilloscope
- EFM8BB2内部震荡器实例,有三中提供选择(This demo samples the ADC input at 500 ksps and displays the measured waveform. // Panning, triggers, and other general oscilloscope options are supported. // // Note: The joystick is only enabled when the oscilloscope is in
编程
- 51单片机编程代码,适合基础51单片机编程及训练,代码简洁
STM32F407驱动程序测试版
- 这是关于STM32F407版本的robomoudle驱动器代码,测试源码,内有注释和注解
RS编译码器verilog
- 本设计提供RS(255,247)码的编码和解码的Verilog源代码。 已验证0~4个错误的编码与解码功能。