Skip to content

arduino files for use both by the compiler and the main symfony project

Notifications You must be signed in to change notification settings

ishmum123/arduino-library-files

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is part of the codebender.cc maker and artist web platform.

And what's that?

codebender comes to fill the need for reliable and easy to use tools for makers. A need that from our own experience could not be totally fulfilled by any of the existing solutions. Things like installing libraries, updating the software or installing the IDE can be quite a painful process.

In addition to the above, the limited features provided (e.g. insufficient highlighting, indentation and autocompletion) got us starting building codebender, a completely web-based IDE, that requires no installation and offers a great code editor. It also stores your sketches on the cloud.

That way, you can still access your sketches safely even if your laptop is stolen or your hard drive fails! codebender also takes care of compilation, giving you extremely descriptive warnings on terrible code. On top of that, when you are done, you can upload your code to your Arduino straight from the browser without installing anything.

Currently codebender.cc is running its beta and we are trying to fix issues that may (will) come up so that we can launch and offer our services to everyone! If you like what we do you can also support our campaign on indiegogo to also get early access to codebender!

How do these "arduino-files" come into the picture?

codebender.cc runs on PHP Fog, a PaaS that helps us run our PHP projects in a fast and scallable manner. However, we need to run our compiler on some VPS.

The compiler repository includes all the necessary files needed to run the compiler as a service. This includes the arduino examples, libraries, etc. This is a repository that includes all of these necessary files, which the compiler repository then includes as a submodule.

About

arduino files for use both by the compiler and the main symfony project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.3%
  • Other 30.1%
  • C 8.3%
  • Processing 3.2%
  • Objective-C 0.1%