I'm trying to use a software that reads the RFM01 module which recieves from a 868 mhz transmitter.
There is a reference to this "TIMER_ARM_COUNT" to be used to check the time passed.The problem is that the value of this never change.
I have the link to this source: "https://github.com/Kevin-Sangeelee/wh10 ... h1080_rf.c"
Is there anyone that explain what this reference should be used or what's wrong with it?
There is a reference to this "TIMER_ARM_COUNT" to be used to check the time passed.
Code:
start_time = TIMER_ARM_COUNT;
I have the link to this source: "https://github.com/Kevin-Sangeelee/wh10 ... h1080_rf.c"
Is there anyone that explain what this reference should be used or what's wrong with it?
Statistics: Posted by larand54 — Tue Apr 02, 2024 10:01 pm — Replies 0 — Views 15