Skip to content

mspiceland/libarduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libarduino

Making it easy for C developers to use Arduino hardware...

Summary

The goal of this software is to provide an easy to use core that allows standard C developers who want to use the standard GNU AVR toolchain to be able to take advantage of the mass produced Arduino hardware. Arduino hardware was designed to use the arduino java based IDE. It uses its own language that seems to be somewhere between C and C++ but not quite either. For those of us who enjoy standard C and command line tools like gcc and make, this should allow avr development with your current workflow.

Features

  • take advantage of the popular Arduino hardware
  • use GNU toolchain (avr-gcc, avr-libc, make) instead of the strange arduino
  • processing language
  • prototype with Arduino hardware connected to breadboards, hookup wire, etc
  • order custom boards with the same connections as Arduino so that the same code
  • can be used with production

More details

License

GPL v2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors