Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tigoe/arduinogeneralexamples
- Owner: tigoe
- Created: 2012-09-19T17:58:44.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T12:43:07.000Z (about 2 years ago)
- Last Synced: 2024-04-08T15:40:04.397Z (7 months ago)
- Language: C++
- Size: 1.05 MB
- Stars: 9
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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