Skip to content

Library containing general configuration for a RPi Pico HID device.

License

Notifications You must be signed in to change notification settings

Danielaca18/pico-hid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico HID

This library contains the general configuration files for a Pico HID device. The library is based on the pico-examples. The library is intended to be used as a submodule in other projects.

🛠️ Setup

1. Add the Repository as a Submodule

git submodule add https://github.com/Danielaca18/repo-template.git

2. Include the Library

Include the library in your project by adding the following line to your project cmake:

add_subdirectory(pico-hid)
target_link_libraries(your_project pico_hidlib)

💼 License

This project is licensed under the MIT License, which is a permissive open-source license that allows you to use, modify, and distribute the code for both commercial and non-commercial purposes. You can find the full text of the license in the LICENSE file.

About

Library containing general configuration for a RPi Pico HID device.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages