learning

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.customsensorsolutions.com/ap-opamp.html How Operational Amplifiers Work The operational amplifier (or 'op amp') is a critical component in any apparatus for doing electrochemistry. There are many references to op amps out there, but here, we're going to concentrate only on those features that are important to electrochemical applications.

Custom Sensor Solutions, Inc. - Operational Amplifiers Simplified

Why do you need to learn the command line anyway? Well, let me tell you a story. Not long ago we had a problem where I used to work. There was a shared drive on one of our file servers that kept getting full. I won't mention that this legacy operating system did not support user quotas; that's another story. http://linuxcommand.org/learning_the_shell.php

Learning the shell.

Java is a general-purpose, concurrent, class-based, object-oriented, high-level programming language and computing platform first released by Sun Microsystems in 1995.

9 of the Best Free Java Books

http://www.linuxlinks.com/article/20130223040432675/9oftheBestFreeJavaBooks-Page1.html
This is the in-progress free version of Learn C the Hard Way. It was just converted to a new format so things might be missing or formatted wrong.

Learn C The Hard Way A Clear & Direct Introduction To Modern C Programming

http://c.learncodethehardway.org/book/
Here are some of the most useful sites I’ve found for Arduino related projects and tutorials. Arduino.cc – duh, good reference for the language and libraries Fritzing - visualize your hardware AKA prototyping software!

Resources & Tools | Arduino Everything

http://www.arduinoeverything.com/resources
http://www.youtube.com/user/Afrotechmods

Afrotechmods's Channel

Welcome to YouTube!
http://www.youtube.com/das_captcha?next=/user/EEVblog

EEVblog's Channel

Welcome to YouTube! The location filter shows you popular videos from the selected country or region on lists like Most Viewed and in search results.To change your location filter, please use the links in the footer at the bottom of the page. Click "OK" to accept this setting, or click "Cancel" to set your location filter to "Worldwide". The location filter shows you popular videos from the selected country or region on lists like Most Viewed and in search results. To change your country filter, please use the links in the footer at the bottom of the page. Sorry for the interruption.
http://openbookproject.net/electricCircuits/ A free series of textbooks on the subjects of electricity and electronics Copyright (C) 2000-2013, Tony R. Kuphaldt

Lessons In Electric Circuits

Céu: a high-level programming language that runs on Arduino

The link you provided gives a very similar example to mine and "assumes the do_something() execution time is well below the system tick period and that my_thread() is not preempted": An obvious solution is to write something like this: msg_t my_thread(void *param) { while (TRUE) { do_something(); chThdSleepMilliseconds(1000); /* Fixed interval.*/ } } http://arduino.cc/forum/index.php/topic,90129.0.html