搜索资源列表
mul4
- --- -initial--- - MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM STATUS MOVAM TMR0 MOVAM TMR1 MOVAM TMR2 -------end initial----- -------------乘法运算------------ 乘数->10H 被乘数->11h 结果(积)-
ram96
- --- -initial--- - MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM STATUS MOVAM TMR0 MOVAM TMR1 MOVAM TMR2 ----------------------- MOVLA AAH 写入RAM的数据 MOVAM 08H MOVAM 09H MOVAM 0AH MOVAM 0
STA
- 51控制STA013实现MP3音频解码,实现了STA013的初始化、音量调节、静音、音质设置、声道控制。同时包含通过RS232串口控制LCD实现同步显示。代码经过调试,运行通过。
yingbuxianjongzhiqi
- 设计硬布线控制器:针对TEC-4实验台利用ispLSI1032芯片设计一个硬布线控制器,本控制器可以执行五条控制台指令:PR,KRD,KWE,KLD,KRR以及九条机器指令:ADD,SUB,MUL,AND,STA,LDA,JMP, JC,STP。 -Hard-wired controller designed to: test-bed for the TEC-4 ispLSI1032 chip design using a hard-wired controller, the contr
NicheLite_for_STM32F107
- A Lightweight TCP/IP Stack (NicheLite) 在STM32107上的应用实例。-A Lightweight TCP/IP Stack (NicheLite) in STM32107 the application instance.
C__zibee
- The hardware interface circuit -The hardware interface circuit and the software design between graphic dot ma tri x liq uid cry sta l d isplay module MSC-G19264 and single computer AT 89 C5 1 i s i nt ro du ced i nd etail
STM32
- The hardware interface circuit and the software design between graphic dot ma tri x liq uid cry sta l d isplay module MSC-G19264 and single computer AT 89 C5 1 i s i nt ro du ced i nd etail
IIC______EEPROM
- IIC 往EEPROM 存取数据 并在二极管上显示 ORG 0000H LJMP MAIN SDA BIT P2.0 SCL BIT P2.1 MTD EQU 30H MRD EQU 31H 读的总子程序 I2CREAD: LCALL STA 起始 MOV A,#0A0H LCALL WRBYT 发送芯片地址数据 LCALL CACK 接收ACK MOV A,MRD LCALL WRBYT 发送
WiFitest
- atk_rm04无线模块源码,经过验证可以实现STA&ap模式工作。-Atk_rm04 wireless module source code
wlan_station
- 基于TI CC3200的wlan_station DEMO的源码,实现了配置CC3200工作在STA模式,去连接路由-Based on TI CC3200 of wlan_station DEMO source code to achieve the configuration of CC3200 work in STA mode, to connect routing
esp8266
- esp8266测试源码,测试STA和AP功能。并且对TCP,UDP测试(来自原子)。-Esp8266 test source code, testing STA and AP functions. And for TCP, UDP tests ( atoms).
my_ATK_RM04_WIFI_ETH_STA_AP_OK
- 结合正点原子的WiFi模块和自己写的上位机软件测试过的程序,对于WiFi的三种工作模式都进行了相应的测试与实验,可以正常通信控制的,希望这个资料可以帮助到一些初学WiFi控制的新员,也希望大家分享一些自己的成果出来,共同进步,谢谢阅览!(This is about wifi and its three work mode.It can really work test by myself.I hope it can help some other poeple who learn it near
STM32W8686-SDIO-ADHOC-STA
- 用STM32驱动WIFI模块MARVELL8686的驱动程序,分别包含了ADHOC和STA模式,同时附带了上位机执行程序,可无线采集摄像头的图像(WIFI module by driving MARVELL8686 STM32 driver, respectively, and contain ADHOC STA mode, and the PC program execution comes, the image acquisition camera wirelessly)