Skip to content

Vinz68/MeadowAppsTryOut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeadowAppsTryOut

is a Visual Studio solution with a few small C# applications for the Meadow F7 Development Board

Purpose

The TryOuts are a collection of small Apps which are tested and working on the Meadow F7. Main purpose is to have small examples for a certain connected device and learn the Meadow APIs so these examples can serve as a quick-start.

Examples

Project/Folder Purpose Extra Info
InputValueChanged Digital input with an event handler. There are a few ways to handle an input (like a pushbutton) and react on changes. .
MeadowApp The default starter template (HelloLed), blinking the internal LED in 3 colors It was reported that Led.StartPulse gives problems for some, so Led.StartBlink is used here.
OledApp Display text on 128x32 OLED (SSD1306 family) and a Button enables a Led D01=Led, D03=Button, D08=OLED-CLK , D07=OLED-SDA 0.91 OLED 128x32 I2C SSD1306
Uln2003App Motor stepper, using ULN2003 motor driver board. D01=ULN2003-A, D02=ULN2003-B, D03=ULN2003-C, D04=ULN2003-D ULN2003 board

Releases

No releases published

Packages

No packages published

Languages