Plant Watering Sensor
Plant Watering Sensor Documentation

Introduction

This firmware is written for the plant watering sensor project. You will find all details about this project here: http://luckyresistor.me

Modules

The code of this firmware is procedural C++ code. You find all details in the following namespaces:

Requirements

This firmware is written for the ATtiny13 chip. It requires a modern C++ compiler (C++11). At the point where the firmware was written, AVR-GCC version 4.9.2 was used to compile this code with the --std=c++11 flag set. The code was optimized using -Os just for size.