Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaltd committed May 11, 2020
1 parent 93b8bfc commit cd4e9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ How to use this Library:
* Include Header and source into your project.
* Config your "askConfig.h".
* Create a struct(EX: ask_t rf).
* Add ask_callBackPinChange(&rf) on external interrupt routin.
* Add ask_callbackPinChange(&rf) on external interrupt routin.
* ask_init(&rf,GPIO,PIN) on your app.
* Put ask_loop(&rf) function in your loop.
* Read data after ask_available returned true.
Expand Down

0 comments on commit cd4e9f9

Please sign in to comment.