rashintha / pixy-avr

This is a AVR library for PIXY camera. Currently the library is made for Atmega328P MCU. USART or SPI communication methods could be used to communicate with the PIXY in this library.

Home Page:https://rashintha.github.io/pixy-avr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVR Library for PIXY Camera

This is a AVR library for PIXY camera. Currently the library is made for Atmega328P MCU. Change relevent registers when you're using it for another MCU. USART or SPI communication methods could be used to communicate with the PIXY in this library.

Getting Started

You need to install avrdude in your PC in order to upload this code to the MCU. Download everything and goto the file directory.

make all & make program

Now use above code to compile and upload the code. Remember to connect PIXY cam to the MCU with either USART or SPI.

Authors

  • Rashintha Maduneth - Porting the library to AVR

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • PIXY Porting guide
  • Arduino PIXY Library

Special Thanks

About

This is a AVR library for PIXY camera. Currently the library is made for Atmega328P MCU. USART or SPI communication methods could be used to communicate with the PIXY in this library.

https://rashintha.github.io/pixy-avr/

License:MIT License


Languages

Language:Makefile 60.8%Language:C 39.2%