-
atmel的at91sam9260芯片的SPI读写程序,外设芯片为at45db321(dataflash),通过调试,已用于实际应用...
atmel的at91sam9260芯片的SPI读写程序,外设芯片为at45db321(dataflash),通过调试,已用于实际应用-atmel chip SPI read and write the at91sam9260 procedures, peripheral chip at45db321 (dataflash), through commissioning, has been used in the practical application of
- 2023-02-19 02:50:04下载
- 积分:1
-
在TMS320LF2407A的PWM产生正弦调制
正弦调制PWM代TMS320LF2407A。驱动永磁同步电机单相电机。变频驱动器(VFD)
- 2022-08-08 09:12:19下载
- 积分:1
-
我收集了Protel在封装的通用部件运行。他们中的一些人..
本人收集的在protel99下运行的常用元器件的封装库,有的是自己做的有的是别人做的,很好用哦!-I collected Protel running in the common parts of the package. Some of them do some of the others do, with good oh!
- 2022-09-06 01:30:03下载
- 积分:1
-
STM8-USB源代码
应用背景USB是串口通信协议,现在已经非常广泛应用,每个pc机都有USB借口。stm8-usb可用在电脑USB借口上,降低成本,减少开发时间。是单片机爱好者最好的练手代码。关键技术stm8-usb下载编译后就能运行,里面代码全面,可根据需要自己改编。
extern void usb_tx(void);
uint8_t usb_rx_buffer[16];
uint8_t * usb_tx_buffer_pointer;
uint8_t usb_tx_count;
uint8_t usb_rx_count;
函数可直接调用
- 2022-09-20 06:15:02下载
- 积分:1
-
multiple thermocouple temperature detector
热电偶多路温度检测仪 -multiple thermocouple temperature detector
- 2022-02-07 11:21:30下载
- 积分:1
-
ST STB仿真器开发工具.并行接口转串行IIC2
ST STB仿真器开发工具.并行接口转串行IIC2-ST STB emulator development tools. IIC2 serial to parallel interface
- 2022-02-20 00:36:26下载
- 积分:1
-
万年历带温度显示(基于AT89C52,带仿真),
万年历带温度显示(基于AT89C52,带仿真),-Calendar with temperature display (based on AT89C52, with simulation),
- 2022-01-28 23:05:19下载
- 积分:1
-
程序用于演示LCD的驱动和编程方法其中包括初始化设置、坐标位置、色彩选定、作图方法等。...
程序用于演示LCD的驱动和编程方法其中包括初始化设置、坐标位置、色彩选定、作图方法等。--Demonstrate LCD driver and programming methods, like initialization, color selection or drawing graphs.
- 2023-04-10 04:15:03下载
- 积分:1
-
osciloscope source code on bascom avr microcontroller
osciloscope source code on bascom avr microcontroller
- 2022-07-05 07:56:11下载
- 积分:1
-
智能家居项目zigbee实验协议栈按键操作源代码
智能家居项目zigbee实验协议栈按键操作源代码
1、 修改SW_6所在IO口
/* SW_6 is at P0.4 */ #define HAL_KEY_SW_6_PORT P0 #define HAL_KEY_SW_6_BIT BV(4) //BV(1) 改到P0.4 #define HAL_KEY_SW_6_SEL P0SEL #define HAL_KEY_SW_6_DIR P0DIR 2、边缘触发方式 /* edge interrupt */ #define HAL_KEY_SW_6_EDGEBIT BV(0) #define
HAL_KEY_SW_6_EDGE HAL_KEY_RISING_EDGE//HAL_KEY_FALLING_EDGE 改成上升缘触发
- 2022-02-01 15:49:47下载
- 积分:1