Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 876 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 876 Bytes

gate-alarm

Overview

A electronics project to sense when a gate is opened and to sound an alarm when this happens.

A description of the project along with details of progress can be found on the Gate Alarm page of the Cahamo website.

This repository contains the project's microcontroller source code.

Source Code

The source code was developed in VSCode using the PlatformIO extension. It is written for the Arduino framework in C++. The code is targetted at an Arduino Nano.

In addition to the Arduino library some 3rd party libraries are required. See platformio.ini for details.

Change Log

See CHANGELOG.md for details of changes in each release.

License

The source code contained in this repository is MIT Licensed.