GithubHelp home page GithubHelp logo

arduino-softtimer's People

Watchers

 avatar

arduino-softtimer's Issues

multiple definition of `loop'

When using a code like the following example, the library displays the 
following error:

SoftTimer\SoftTimer.cpp.o: In function `loop':
C:\Program Files (x86)\arduino\libraries\SoftTimer/SoftTimer.cpp:35: multiple 
definition of `loop'
sketch_apr14b.cpp.o:C:\Program Files (x86)\arduino/sketch_apr14b.ino:14: first 
defined here

#include <SoftTimer.h>
#include <BlinkTask.h>

#define LED_PIN 13

// -- On for 200ms off for 100ms, repeat it 2 times, sleep for 2000 ms and than 
start again.
BlinkTask heartbeat(LED_PIN, 200, 100, 2, 2000);

void setup() {
  heartbeat.start();
}

void loop(){
}

Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 10:27

Need PciManager Library

What steps will reproduce the problem?
1. I down loaded the Softtimer library 
2. Next when every I run the examples but kep getting complier errors

Solution
There errors were resolved by down loading the PciManager library

Original issue reported on code.google.com by [email protected] on 13 Dec 2012 at 1:22

Google Code will close!!

Have you got a plan to migrate this repository to another place? I would like 
to know the future of this project. Thanks!

Original issue reported on code.google.com by [email protected] on 27 Mar 2015 at 12:13

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.