# CuoraLib **Repository Path**: PFMRLIB/CuoraLib ## Basic Information - **Project Name**: CuoraLib - **Description**: 从以前的AVR单片机项目中提取出来的有用的代码 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CuoraLib - AVR Utilities ## Description CuoraLib is a set of utility codes for AVR microcontrollers. I gathered some useful codes in my projects and made an interface for them to reuse. These code works well on ATmega328 and ATmega2560 microcontrollers. However, Because of the difference between AVR microcontrollers, these code may not work on all AVR microcontrollers, and you need to modify some code. For a more detailed description of these code, please read `README.md` in their own folders. The library was named after Cuora, a kind of turtle (Asian box turtle). ## Index CuoraWire:A simple TWI library for TWI master operations. Cuora5883:A library for 3-axis mangetic sensor QMC5883L. CuoraGP2Y0E03:A library for distance sensor GP2Y0E03.