搜索资源列表
const-temperature
- 采用晶闸管控制的灯泡功率的51单片机应用程序,精度可达0.1摄氏度-51 of the bulb power thyristor controlled microcontroller applications, accuracy of 0.1 degrees Celsius.
SEBEST---Calendario
- //1 de enero del 2000 fue sabado #include "calendario.h" int dia int mes int anyo const char cantDiasMes[12]= {31, 0, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} const char *nombreDia[7]= {"SA","DO", "LU", "MA", "MI", "JU", "VI"}
STM32-Flash
- 主存储器,该部分用来存放代码和数据常数(如 const 类型的数据) 。对于大容量产品,其 被划分为 256 页,每页 2K 字节。注意,小容量和中容量产品则每页只有 1K 字节。主存储器的 起始地址就是 0X08000000, 1K(0x400) 2K(0x700) Btye-STM32 flash memory programming each need to write 16 bit (8 bit data write not simply Oh!) ,
STM32_Bipolar-stepper-motor-drive
- STM32双极性步进电机驱动的源代码,完整的功能,库文件。 KEIL下运行-Main function: HAL generic update Fix flag clear procedure: use atomic write operation = instead of ready-modify-write operation |= or &= Fix on Timeout management, Timeout value set to 0 pas