alimoezzi / FireTx

UART program for ATMEGA32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# A fire alarm system using ATMEGA32 and LM35

How to build PlatformIO based project

  1. Install PlatformIO Core
  2. Download development platform with examples
  3. Extract ZIP archive
  4. Run these commands:
# Change directory to example
> cd platform-atmelavr/examples/native-blink

# Build project
> platformio run

# Upload firmware
> platformio run --target upload

# Clean build files
> platformio run --target clean

About

UART program for ATMEGA32


Languages

Language:C 100.0%