资源列表
OLED12864
- *memory为图像显存 *在中断中不断的调用setimg()函数将图形映射进显存 *在while中不断的使用GlobalRefresh()函数进行全局刷新 *以此来达到动态刷新的目的 *代码以实测,刷新率可观 *本代码只是单纯的OLED12864的代码(OLED12864 dynamic refresh)
IIC
- stm8读取温湿度传感器程序,i2c直接读取数值,可直接复制使用!(IIC_SendByte((i2c_addr<<1)|0); IIC_RecvACK(); IIC_SendByte(reg_addr);)
spi
- 基于FPGA的SPI通信协议,主机的Verilog代码(SPI - based SPI Communication Protocol)
whole
- Arduino 单片机编程,实现温度采集,步进电机控制。(Arduino microcontroller programming, temperature acquisition, stepper motor control.)
Drive_MCP42100
- Drive_MCP42100的驱动程序,在STM32上调试通过。(Drive_MCP42100 driver, debugging through STM32.)
D1223
- 太阳能控制器Microcontroller to do solar controller(Microcontroller to do solar controller)
cyrf6936
- cyrf无线模块,基于STM32的无线通讯的实现,(The realization of wireless communication based on STM32)
adc
- STM32的ADC实现,通过DMA来读取数据,提高CPU效率(The ADC implementation of STM32, which reads data through DMA, improves CPU efficiency)
flash MSP430单片机读写FLASH
- MSP430单片机读写FLASH程序 对于设定参数记忆有参考价值,(MSP430 single-chip microcomputer reading and writing FLASH program has reference value for setting parameter memory,)
AT24Cxx
- 基于新唐MO51的硬件IIC驱动,AT24C02驱动程序!(Based on new don MO51 hardware IIC driver, AT24C02 driver!)
2017.10.19
- '\r' 回车,回到当前行的行首,而不会换到下一行,如果接着输出的话,本行以前的内容会被逐一覆盖; '\n' 换行,换到当前位置的下一行,而不会回到行首;('\ r' carriage return, back to the current line of the first line, and not to the next line, if the next output, then the contents of the Bank will be covered one by one;
11
- stc15f104w小程序,单按键控制led灯三种闪烁模式(Stc15f104w small program, single case control LED lamp three flashing modes)