Code Monkey home page Code Monkey logo

attiny817-xplained-mini's Introduction

ATtiny817-Xplained-Mini

Arduino-like peripheral drivers for the ATtiny817 Xplained Mini boards. Goal is to be functionally equivalent to the Arduino.h HAL.

NB!

  • For UART to work, DTR must be enabled (when using the mEDBG programmer's USB2UART converter)
  • For some utilities to work (for example, the millis() function), you need to call hal_init() at the start of the program!

Alternative functions of pins

When doing pin-planning with the Xplained Mini board, the following things should be considered:

  • PA0 is used for the reset pin and is NOT CONNECTED by default
  • PC5 is used for the USER BUTTON and thus it has a 100k pull-up resistor attached to it and is NOT CONNECTED to the pinheader row by default (a gap has to be bridged for it to work)
  • PC0 has the USR LED connected to it and thus might not output as much power as needed
  • PB2 and PB3 are UART pins which are connected to the ATmega32u4 through 1k resistors

Status

Currently implemented:

  • GPIO basics

    • digitalWrite()
    • digitalToggle()
    • digitalRead()
    • pinMode()
  • Misc. functions

    • delay()
    • map()
    • millis()
  • Serial

    • begin()
    • available()
    • read()
    • write()
    • print()
    • println()
  • SPI

    • begin()
    • beginTransaction()
    • transfer()
    • transfer16() [not tested]
    • endTransaction()
    • setBitOrder()
    • end()

To be implemented:

  • Misc. functions
    • delayMicroseconds()
    • micros()
  • Math
    • constrain()
    • max()
    • min()
    • pow()
    • sq()
    • sqrt()
  • Analog
    • analogRead()
    • analogReference()
    • analogWrite()
  • Serial
    • availableForWrite()
    • end()
    • find()
    • findUntil()
    • flush()
    • parseFloat()
    • parseInt()
    • peek()
    • readBytes()
    • readBytesUntil()
    • setTimeout()
    • serialEvent()
  • I2C
    • begin()
    • end()
    • beginTransaction()
    • endTransaction()
    • setBitOrder()
    • setClockDivider()
    • setDataMode()
    • transfer()
    • usingInterrupt()

attiny817-xplained-mini's People

Contributors

jyrgenlaks avatar taavie avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

taavie

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.