avivgr / teensy_uvc

UVC (USB Video Class) using teensy
24 stars 4 forks source link

Source Code License #1

Open sandeepmistry opened 3 years ago

sandeepmistry commented 3 years ago

Hi @avivgr,

I'm interested in porting this code to a non-Teensy platform as an Arduino Library.

Could you please clarify what license this GitHub repository is under?

evanso931 commented 2 years ago

Hi sandeepmistry

I am currently trying to implement this class into my teensy 4.0 code, but I am not having that much luck. Would you be able to provide any guidance?

avivgr commented 2 years ago

Code is licensed under BSD license, use it as you please. teensy 4 has different hw which will require rewriting the low level usb code.