Giter Club home page Giter Club logo

fibo's People

Contributors

pchretien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fibo's Issues

Issue in verifying fibbonaci.ino in the Arduino IDE

I have added all the libraries and yet when I try to verify I get the following error:

fibonacci:148: error: no matching function for call to 'DateTime::DateTime(const _FlashStringHelper, const _FlashStringHelper)'

The line is number 148: rtc.adjust(DateTime(F(DATE), F(TIME)));
The issue here I believe is the (F(DATE), F(TIME))) part.

Any help would be greatly appreciated!

You're missing 1 display option for 9!

Your display options for 9 are missing one possibility: 5+2+1+1 :-)
I believe it should look like this in your code:

case 9:
  switch(random(3))
  {
    case 0:
      bits[0]|=offset;
      bits[3]|=offset;
      bits[4]|=offset;
      break;
    case 1:
      bits[1]|=offset;
      bits[3]|=offset;
      bits[4]|=offset;
      break;
    case 2:
      bits[0]|=offset;
      bits[1]|=offset;
      bits[2]|=offset;
      bits[4]|=offset;
      break;
  }

Board schematic and CNC files

Hi,
you said you want to publish the schematic of the PCB and other information about how to make your own clock. Could you please be so kind to add it to the github repository? It would most interesting for me to get the detailed sizes of the wood stuff.

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.