atmega644

There are 19 repositories under atmega644 topic.

  • MCUdude/MightyCore

    Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535

    Language:C++65053227181
  • zero

    TechnoCosmic/zero

    Pre-emptive multitasking kernel for AVR architecture MCUs

    Language:C++7302
  • HWHardsoft/2048

    2048 game for Uzebox diy game console

    Language:C++430
  • HWHardsoft/Pipes

    Pipe Mania aka Pipe Dream for the Uzebox game console written in ANSI-C

    Language:C++330
  • aelfimow/ATmega-meets-FPU

    Proof of concept connecting ATmega644 with the good old 80287 math coprocessor

    Language:C2100
  • khoih-prog/ATmega_Slow_PWM

    This library enables you to use ISR-based PWM channels on AVR ATmega164, ATmega324, ATmega644, ATmega1284 with MCUdude MightyCore, to create and output PWM any GPIO pin. It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly

    Language:C120
  • rhthomas/aMessage

    NET layer for a custom network architechture implemented on an AVR.

    Language:C120
  • javimontero/zenslider-controller

    ATMEGA644p firmware for ZenSlider and ZenFocus controller

    Language:C++0100
  • JCCopyrights/Arriquitaun_hw

    Arriquitaun hardware PCB design for hw accelerated retroconsole

    Language:HTML0102
  • aelfimow/eprom-tool-1

    My first EPROMs programmer with ATmega644, PIO 8255 and other TTL logic ICs

    Language:C10
  • HWHardsoft/Candle-Burner

    Candle Burner game for Uzebox diy game console

    Language:C++30
  • HWHardsoft/Happy-Easter

    Happy Easter game for Uzebox diy game console

    Language:C++30
  • khoih-prog/ATmega_TimerInterrupt

    This library enables you to use Interrupt from Hardware Timers on an AVR ATmega164, ATmega324, ATmega644, ATmega1284 with MCUdude MightyCore. It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks

    Language:C201
  • kononowicz24/bwatchv3

    Handwatch using ATMega644, HP 5082-7432, BMP280 and ADXL345

    Language:C20
  • llegoff/bobuino

    atmega 1284 arduino compatible

  • mkulesh/avrDigitalClock

    A digital clock based on ATmega644 MCU

    Language:C++20
  • OrsoEric/2019-09-29-At644-RPI-Hat-Test-DC-Motors

    Test the H-Bridges integrated inside the HotBlack RaspberryPI Arduino Shield that powers Seeker of Ways-B

    Language:C20
  • OrsoEric/2019-10-05-Seeker-Of-Ways-B-Open-Loop-Motor-Control-Firmware

    Seeker Of Ways B Open Loop Motor Control Firmware. Features Uniparser V4, communication timeout and motor slew rate

    Language:C++20