標題: 海凌科fpm383c指紋控制舵機程序 [打印本頁]

作者: garrettzls    時間: 2023-2-3 12:15
標題: 海凌科fpm383c指紋控制舵機程序
這個模塊資料較少,該代碼是本人參考b站大佬代碼改編而成,該代碼需要提前錄入指紋,參考大佬教程詳細接線看注釋

下面是主程序
void setup()
{
  mySerial.begin(57600);
  PS_Sleep();
  attachInterrupt(digitalPinToInterrupt(2),InterruptFun,RISING);
  myservo.attach(8);
  myservo.write(90);
}

void loop()
{

  PS_Identify();


}



作者: garrettzls    時間: 2023-2-3 12:16
大佬視頻 https://www.bilibili.com/video/B ... a754606aaf5b7b2b5ff
作者: garrettzls    時間: 2023-2-3 12:16
大佬 githubcom/l0086020/FPM383C
作者: 累累不累    時間: 2024-10-19 17:37
大佬 求32的例程




歡迎光臨 (http://www.torrancerestoration.com/bbs/) Powered by Discuz! X3.1