资源列表
I2C_of_MSP430F249
- This demo connects two MSP430 s via the I2C bus. The master reads 5 bytes the slave. This is the MASTER CODE. The data the slave transmitter begins at 0 and increments with each transfer. The USCI_B0 RX interrupt is used to know when new data h
SPI_of_MSP430F249
- SPI master talks to SPI slave using 3-wire mode. Incrementing data is sent by the master starting at 0x01. Received data is expected to be same as the previous transmission TXData = RXData-1. USCI RX ISR is used to handle communication with
UART_of_MSP430F249
- Echo a received character, RX ISR used. Normal mode is LPM0. USCI_A0 RX interrupt triggers TX Echo. Baud rate divider with 1MHz = 1MHz/19200 = ~52.1 ACLK = n/a, MCLK = SMCLK = CALxxx_1MHZ = 1MHz
FLASH_WRITE_of_MSP430
- This program first erases flash seg C, then it increments all values in seg C, then it erases seg D, then copies seg C to seg D. Seg C @ 1040h Seg D @ 1000h The EEI bit is set for the Flash Erase Cycles. This does allow the Timer_A Interrupt
xiaoche
- 自动循迹小车 测速 可检测金属 LCD显示路程时间-Automatic tracking car can detect metal LCD display distance
zephyr_sensor
- 基于Zephyr v1.7.0开发的MPU6050 sensor读取程序,MPU6050的驱动位置zephyr目录zephyr-v1.7.0/drivers/sensor/mpu6050-MPU6050 sensor application base on Zephyr v1.7.0, the MPU6050 driver is under zephyr-v1.7.0/drivers/sensor/mpu6050
zephyr_thread
- threads, semaphore and interrupt application on zephyr,按下按键后能够区分长按或者短按,并通过semaphore让相应thread得以继续运行,通过串口和LED显示长按和短按结果-threads, semaphore and interrupt application on zephyr, the application can recognize hold and short press, the uart and led will sho
Temperature_Alarm
- 基于51单片机和C语言的温度报警器的设计,可手动设置温度- U57FA u5351 u5355 u7247 u7A8 u7B3 u7B0
CSBP1602
- 利用超声波测距并将测量结果显示在1602液晶屏上。-The ultrasonic measurement results are displayed on the 1602 LCD screen.
32.NRF24L01PLCD12864
- nrf2401收发程序,并在12864液晶进行显示。-The nrf2401 transceiver, which is shown in 12864 LCD.
button-shumaguan
- 51单片机数码管编程,使用一个双字数码管和三个按键,三个按键分别表示开始,暂停和停止功能:按下开始按键后,数码管开始计时;按下暂停按键后,数码管暂停计时,如果再次按下开始按键,数码管继续计时;按下停止按键,计时停止,数码管上的数字清零。-51 single-chip digital control, using a double word digital tube and three buttons, three buttons that start, pause and stop functi
rt_Memory-pool
- 非常好的内存池管理代码,包括内存池的创建,内存申请,内存的释放等功能,对内存管理的学习和运用有很大的帮助-Very good memory pool management code, including the creation of memory pool, memory applications, memory release and other functions, the memory management of learning and use of a great help