SLS AVR Lib 0.1a
 
Loading...
Searching...
No Matches
avr.h
Go to the documentation of this file.
1// ---------------------------------------------------------------------------+
2// This file is part of SLS AVR Library
3// https://github.com/SimonLitt/sls-avr-lib
4// ---------------------------------------------------------------------------+
5// Copyright (C) 2025 Simon Litt <simon@1itt.net> https://coding.1itt.net,
6// https://github.com/SimonLitt
7//
8// This program is free software: you can redistribute it and/or modify it
9// under the terms of the GNU General Public License as published by the Free
10// Software Foundation, version 3.
11//
12// This program is distributed in the hope that it will be useful, but WITHOUT
13// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15// more details.
16//
17// You should have received a copy of the GNU General Public License along
18// with this program. If not, see <https://www.gnu.org/licenses/>.
19// ---------------------------------------------------------------------------+
38
39#ifndef SLS_AVR_AVR_H_
40#define SLS_AVR_AVR_H_
41
42#include <avr/io.h>
43
44#include <sls-avr/defs.h>
45#include <sls-avr/gpio.h>
46
47#endif // SLS_AVR_AVR_H_
AVR common types and functions.
AVR port register helpers.