maxmclau / bme280

BME280 AVR sensor library (I2C)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVR

Seed for new avr-gcc projects

Install

$ git clone https://github.com/maxmclau/avr.git
$ cd avr/
$ make

Targets

Target Action
* Build all targets
stats Print output of avr-size
clean Remove all compiled files and objects
flash_programmer Flash .hex file to AVR with avrdude and programmer flags
flash_bootloader Flash .hex file to AVR with avrdude and bootloader flags
directories Create associated directories if they do not exist

License

MIT

About

BME280 AVR sensor library (I2C)

License:MIT License


Languages

Language:C 67.8%Language:Makefile 29.3%Language:C++ 2.9%