Skip to content
View YGDL's full-sized avatar
😱
😱

Block or report YGDL

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. USB_Composite USB_Composite Public

    使用STM32 开发USB组合设备

    C 3

  2. GPS_Message_Parsing GPS_Message_Parsing Public

    使用STM32 UART+DMA接收GPS数据,该数据格式符合NMEA0183标准。由于接收不会自动隔断字符串,所以需要使用下面程序将收到的字符串进行分析,找出各条指令的位置。之后使用NMEA Library 0.5.3对该数据进行解析,最后存储进入结构体中。

    C 1

  3. UTF-8_To_GB2312 UTF-8_To_GB2312 Public archive

    查表法,使用Uincode与GBK映射数组对其进行查找,查表使用二分法进行,转换时传进数据类型为uint8_t UTF-8编码字符串,返回数据类型为uint8_t的指针。

    C 1

  4. DDS-frequency-sweep DDS-frequency-sweep Public archive

    AD9833 DDS芯片,STC的51单片机

    Assembly