Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tigoe/arduinogeneralexamples

General examples for Arduino
https://github.com/tigoe/arduinogeneralexamples

Last synced: 19 days ago
JSON representation

General examples for Arduino

Awesome Lists containing this project

README

        

* [6-channel-LED]({{site.codeurl}}/6-channel-LED) - fades 6 channels of LEDs with a for loop
* [bitMasking]({{site.codeurl}}/bitMasking) - Bit masking to determine which bits of a byte are set.
* [bitShifting]({{site.codeurl}}/bitShifting) - Bit shifting to move a bit through the positions in a byte
* [DACAnalogWrite]({{site.codeurl}}/DACAnalogWrite) - Reads an analog input, uses it to set the voltage attached to the DAC on pin A0 of the SAMD-based boards.
* [Emic2]({{site.codeurl}}/Emic2) - examples with the Emic2 Text to Speech generator
* [EncoderAndButtonExample]({{site.codeurl}}/EncoderAndButtonExample) - reading a rotary encoder and its included pushbutton using Paul Stoffregen's Encoder library.
* [EncoderExample]({{site.codeurl}}/EncoderExample) - Many encoders change 4 steps per detent step. This sketch reads an encoder and prints the direction of change when it's been turned one detent step using Paul Stoffregen's Encoder library.
* [EncoderLEDControl]({{site.codeurl}}/EncoderLEDControl) - Reads an encoder and its pushbutton and uses the changes to control an LED.
* [EnergyTests]({{site.codeurl}}/EnergyTests)
* [InterruptibleFadeInterval]({{site.codeurl}}/InterruptibleFadeInterval)
* [InterruptibleFadeScheduler]({{site.codeurl}}/InterruptibleFadeScheduler)
* [Intervals]({{site.codeurl}}/Intervals)
* [JsonExamples]({{site.codeurl}}/JsonExamples)
* [KeyboardMouseExamples]({{site.codeurl}}/KeyboardMouseExamples)
* [LedChaser]({{site.codeurl}}/LedChaser)
* [MKRBatteryChecks]({{site.codeurl}}/MKRBatteryChecks)
* [ParseInt]({{site.codeurl}}/ParseInt)
* [RTCSleepingLogger]({{site.codeurl}}/RTCSleepingLogger)
* [SDCard_Examples]({{site.codeurl}}/SDCard_Examples)
* [ScreenExamples]({{site.codeurl}}/ScreenExamples)
* [SerialNumericParser]({{site.codeurl}}/SerialNumericParser)
* [SineWaveDAC]({{site.codeurl}}/SineWaveDAC)
* [UnitTests]({{site.codeurl}}/UnitTests)
* [VS1053_Sound_examples]({{site.codeurl}}/VS1053_Sound_examples)
* [WeightedAverage]({{site.codeurl}}/WeightedAverage)
* [joystick]({{site.codeurl}}/joystick)-imu