Skip to content

sacnorthern/Arduino-CnUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-CnUtils

For Arduino -- Some of my own utilities and nice-to-have functions. :)

If you have suggestions, and want to fork the repo or send pull requests, please do!

Downloading

When you download, you'll get a file "Arduino-CnUtils-master.zip". Extract to your ${HOME}/Arduino/libraries/ folder, and rename "Arduino-CnUtils-Master" to "CnUtils". Now start the IDE , go to File > Sketchbook > libraries to add CnUtils. Once added, you can access the example sketch.

Using Library In Your Application

There is an oddity about the Arduino IDE: a library cannot depend on another library. In this case other libraries want to include CnUtils.h However, when compiling the EeValues library, Arduino/libraries isn't added to the System Include Folder List. See Arduino Build Process for details. So your library, you need to do this: #include "../CnUtils/CnUtils.h"

This Library Depends On...

This library is stand-alone.

License

Public Domain.

Have a nice day.

About

Arduino -- Utilities from CrunchyNoodles.com ( that's me )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages