From 96e60ce5774113d7fa82a79ad8bced04fcfac9d8 Mon Sep 17 00:00:00 2001 From: kk4das <66222670+kk4das@users.noreply.github.com> Date: Wed, 27 Jan 2021 15:00:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac2a0d..6b0de48 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The libary uses the the hardware serial port "Serial" to communcate with the CAT To use the library you must code a few custom call back functions and register them with the library. Your callbacks will require specific parameters and return values based on the particular command. Your functions will be called by the CAT libary upon receipt of the relevant CAT commands. Your functions need to take whatever actions are necessary to implement the command and where requested, return the appropriate value to the library for transmission back to the CAT controller. -Here is a code sample: +# Here is a code sample: in your sketch: