Coder Social home page Coder Social logo

butteruino's People

Watchers

 avatar

butteruino's Issues

Review pins_butterfly.h for accuracy

Review the pin name constants defined in pins_butterfly.h to ensure the
relationship between the names and the referenced pins are correct, and
that each name works as expected when used with Arduino functions.

Original issue reported on code.google.com by [email protected] on 10 Dec 2008 at 7:51

EEPROM Library

Convert existing EEPROM code from GCC port of Butterfly application to
Arduino library format and expand to give better control to user.

Original issue reported on code.google.com by [email protected] on 29 Dec 2008 at 4:37

delayMicroseconds assumes 8MHz clock

The delayMicroseconds function assumes that the system clock will be either
16 or 8MHz. Investigate updating this function to work well with any
setting of F_CPU, including unusual frequencies achievable through the
combination of the clock prescaler and the oscillator calibration.

Where possible calculations necessary to set up the delay should be
performed at compile time.

Original issue reported on code.google.com by [email protected] on 10 Dec 2008 at 7:34

Error Building library

What steps will reproduce the problem?
1. copy the hardware folder to the arduino software
2. start

What is the expected output? What do you see instead?
butterfly_temp.cpp: In member function 'int TempSensor::getTemp(int)':
butterfly_temp.cpp:59: error: 'TEMP' was not declared in this scope


What version of the product are you using? On what operating system?
windows xp
I tried arduino version 12 and 13

Original issue reported on code.google.com by [email protected] on 3 Mar 2009 at 9:41

Investigate sub-1MHz operation

The Arduino core does not operate below 1MHz. The system seems to be built
with the assumption of a minimum of one clock cycle per microsecond:

#define clockCyclesPerMicrosecond() ( F_CPU / 1000000L ) 

Review the Butteruino core files to determine how extensive modifications
to operate below 1Mhz would be and how such modifications would impact
existing libraries.

Original issue reported on code.google.com by [email protected] on 10 Dec 2008 at 7:24

Reorganize Butterfly library directories

The butterfly-specific libraries are currently all in the
libraries\butterfly directory. When adding the butterfly library to a
sketch all of the libraries are added.

Reorganize the directories to move each library into it's own directory.

Original issue reported on code.google.com by [email protected] on 24 Dec 2008 at 5:53

Power managment

The Butterfly can be configured to use very little power. In the Butterfly
wiring init ensure that the Butterfly is configured for minimal power
consumption. In each library enable devices as necessary but make an effort
to keep power consumption to a minimum.

Original issue reported on code.google.com by [email protected] on 28 Dec 2008 at 10:54

Review pins_butterfly.h for redundancy

The names defined in pins_butterfly.h likely have overlap with the names
defined in iom169.h. Review the file and trim out unnecessary names.
Comments regarding existing names may be left as documentation for developers.

Original issue reported on code.google.com by [email protected] on 10 Dec 2008 at 7:48

Change Timer2RTC from a namespace to a static class

Timer2RTC is currently set up as a namespace. This requires the user to use
'::' instead of '.' when referring to the library functions. This is
probably confusing. Update the library to use a static class instead.

Original issue reported on code.google.com by [email protected] on 24 Dec 2008 at 5:57

Dataflash driver

A dataflash driver is required.

Consider ways to give Arduino users easy but efficient use of the dataflash.

Original issue reported on code.google.com by [email protected] on 28 Dec 2008 at 10:50

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.