-
- 2022-03-10 01:05:54下载
- 积分:1
-
STC89 Series MCU with generic IO simulation SPI communication FOSS
用STC89系列单片机的通用IO模拟SPI通信源码-STC89 Series MCU with generic IO simulation SPI communication FOSS
- 2022-07-25 23:29:44下载
- 积分:1
-
一个用ATMega88来实现一key键和一个Rotor的代码,可能过UART上传数据。...
一个用ATMega88来实现一key键和一个Rotor的代码,可能过UART上传数据。-A key with ATMega88 to achieve a key and a Rotor code, may be to UART upload data.
- 2023-03-11 02:30:04下载
- 积分:1
-
GB码对应的unicode码。stb开发中能用的!
GB码对应的unicode码。stb开发中能用的!-GB code corresponds to the unicode yards. STB development of usable!
- 2023-03-06 12:35:03下载
- 积分:1
-
AVR单片机与温度传感器PT100测量程序
用AVR单片机实现的PT100温度传感器测温程序-AVR MCU with PT100 temperature sensor measurement procedures
- 2022-12-07 03:20:03下载
- 积分:1
-
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpo...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。
usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write:
unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data.
usb endpoint data is read
- 2023-06-14 23:15:04下载
- 积分:1
-
C语言的KEY4X4的矩阵键盘,已经调试成功.可以很便移植,是本人自己写的....
C语言的KEY4X4的矩阵键盘,已经调试成功.可以很便移植,是本人自己写的.-C language KEY4X4 matrix keyboard, has been successful debugging. Can be transplanted, it is I wrote it myself.
- 2022-10-28 22:25:03下载
- 积分:1
-
皮质
cortex-m3 下载程序,用于将代码烧入-cortex-m3 downloader
- 2022-09-04 15:20:03下载
- 积分:1
-
Serial Proteus simulation applications, as I tested, very good!
Proteus的串口仿真应用,经本人测试,非常不错!-Serial Proteus simulation applications, as I tested, very good!
- 2022-02-03 08:35:08下载
- 积分:1
-
MP3 decoding procedures that can be used with VC or GNU compiler compiler. can r...
本程序是MP3的解码程序,可以用VC编译或者用GNU编译,可以运行在PC机上。
本程可以MP3文件解压为WAV文件
TEST 中的代码可以播放WAV文件
有兴趣的朋友可以把这段mp3程序移植到开发板上,这样就可以用开发板播放MP3了。-MP3 decoding procedures that can be used with VC or GNU compiler compiler. can run on the PC. The process can decompress MP3 to WAV TEST document of the code can be broadcast WAV documents are interested friends this can be transplanted to mp3 development board, we can develop with the board to broadcast MP3.
- 2022-02-11 23:13:27下载
- 积分:1