Skip to content
Snippets Groups Projects
Commit 8d0c41a4 authored by kaijunge's avatar kaijunge
Browse files

updated readme

parent 43761a4e
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,4 @@ Unfortunatley the way this is currently designed is to have `pyCommsLib.cpp` and
Once you have the two files, when you open your main .ino file through the arduino ide, you should see two new tabs with the .cpp and .h files. This mean you have included the files correctly.
On the main .ino file, you can simply write `#include "pyCommsLib.h` at the top which will make the functions available. There are variables you will need to define and specific ways to call the send/recive functions but this is currently most easily followed by looking at the example in `pyComms/pyComms.ino`.
\ No newline at end of file
On the main .ino file, you can simply write `#include "pyCommsLib.h"` at the top which will make the functions available. There are variables you will need to define and specific ways to call the send/recive functions but this is currently most easily followed by looking at the example in `pyComms/pyComms.ino`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment