项目作者: vivekmuthu1910

项目描述 :
Basic IO drivers such as UART, I2C etc. for Atmega8/16...
高级语言: C
项目地址: git://github.com/vivekmuthu1910/Atmega-Drivers.git
创建时间: 2018-05-03T09:32:56Z
项目社区:https://github.com/vivekmuthu1910/Atmega-Drivers

开源协议:

下载


Atmega Drivers

Prerequisites

Add F_CPU = xx in Project Properties → Toolchain → AVR/GNU C Complier → Symbols where xx is the frequency of the μC.

I2C Driver

I2C driver enables user to use TWI interface to communicate with other μC or sensors having I2C interface.

UART Driver

UART driver enables user to use TWI interface to communicate with other μC or communication modules such as Bluetooth, Wi-Fi modules, etc.