Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

RFID EM-18,EM-19 module Library for STM32 HAL

License

NotificationsYou must be signed in to change notification settings

nimaltd/RFID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I use Stm32f103c8 and Keil Compiler and Stm32CubeMX wizard.


Please Do This ...

1) Config your usart and enable RX interrupt (9600,1,1) on CubeMX.
2) Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
3) Config your RFID_Config.h file.
4) Add RFID_CallBack() on usart interrupt routin.
5) Call RFID_Init().
6) Put RFID_Loop() in your main or a task.
Example:
#include "RFID.h"..void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){  if(huart->Instance == USART2)  {    RFID_CallBack();      }  }..int main(){  .  .  RFID_Init();  .  .  while(1)  {    .    .    RFID_Loop();    .    .   }

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp