You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ The repository contains a set of utilities, structured for use with the Raspberr
6
6
7
7
A majority of the functionality outlined in this repository is contained in the folder ```sparkfun_pico```. This folder is structured as a ```cmake``` library, ready for use by the ```pico-sdk``` build environment.
8
8
9
+
The general pattern when using this library is:
10
+
11
+
* Copy the ```sparkfun_pico``` folder and all it's contents to your ```pico-sdk``` project directory.
12
+
* Update the projects ```CMakeList.txt``` file to add the ```sparkfun_pico``` sub-directory, and potentially *malloc/free wrap directives* outlined below.
13
+
* included the header file ```sparkfun_pico/sfe_pico.h``` in your projects source as needed.
14
+
9
15
### Add sparkfun_pico Library to a pico-sdk Project
10
16
11
17
To use the library as part of the cmake build process of the ```pico-sdk```, perform the following:
0 commit comments