My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

avrserial.md 1.1KB

title: AVR Serial Library title_de: AVR Serial Library description: Hardware UART library for many AVR MCUs menu-position: 25 comments: true flattr: true github: https://github.com/xythobuz/avrSerial compat: avrserlib twitter: xythobuz

reddit: true

{{ page.title }}

The avrSerial Library let’s your AVR communicate with it’s UART. At the moment, the following AtMega types are supported: 8, 16, 32, 323, 640, 1280, 1281, 2560, 2561, 8515, 8535. To add another processor, just get the register names from the data sheet and put them in the header file.

Code on GitHub

lang: de

{{ page.title_de }}

Die avrSerial Library ermöglicht problemlos die serielle Kommunikation für AVR Prozessoren. Unterstützt werden momentan folgende AtMega Typen: 8, 16, 32, 323, 640, 1280, 1281, 2560, 2561, 8515, 8535. Es können jedoch problemlos weitere Prozessoren hinzugefügt werden. Dafür müssen nur die Registernamen aus dem Datenblatt in die Header Datei eingefügt werden.

Code auf GitHub