Skip to content

Commit

Permalink
Merge pull request #614 from WildernessLabs/patridge-docusaurus-m.f-l…
Browse files Browse the repository at this point in the history
…inks

Add M.Foundation LP links
  • Loading branch information
patridge authored Jan 24, 2024
2 parents e2fda6d + 3f703db commit 0ccf31a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/Meadow/Meadow.Foundation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Meadow.Foundation greatly simplifies the task of building connected things with

It's completely [open source](https://github.com/WildernessLabs/Meadow.Foundation) and we welcome pull-requests!

* [Get Started with Meadow.Foundation](/Meadow/Meadow.Foundation/Getting_Started)
* [Meadow.Foundation's Peripheral Library](/Meadow/Meadow.Foundation/Peripherals)
* [Libraries and Frameworks](/Meadow/Meadow.Foundation/Libraries_and_Frameworks)
* [MicroLayout](/Meadow/Meadow.Foundation/Libraries_and_Frameworks/MicroLayout)
* [MicroGraphics](/Meadow/Meadow.Foundation/Libraries_and_Frameworks/MicroGraphics)
* [Maple Server](/Meadow/Meadow.Foundation/Libraries_and_Frameworks/Maple.Server/index)
* [TextDisplayMenu](/Meadow/Meadow.Foundation/Libraries_and_Frameworks/TextDisplayMenu)
* [GPS/GNSS NMEA Processor](/Meadow/Meadow.Foundation/Libraries_and_Frameworks/Gps_Gnss_Nmea_Processor)
* [Working with Sensors](/Meadow/Meadow.Foundation/Working_with_Sensors)
* [Meadow.Foundation Unified IO Architecture](/Meadow/Meadow.Foundation/Unified_GPIO_Arch)

## Hello, World Example

With Meadow.Foundation, you can use drivers and hardware abstractions directly. For example, instead of using an `IDigitalOutputPort` class, an LED can be driven by the the [`PwmLed`](/docs/api/Meadow.Foundation/Meadow.Foundation.Leds/PwmLed/) class, using high-level methods such as `StartBlink()`, `StartPulse()`, and more.
Expand Down Expand Up @@ -46,8 +57,6 @@ public class MeadowApp : App<F7FeatherV2>
}
```

**[Get Started with Meadow.Foundation](/Meadow/Meadow.Foundation/Getting_Started)**

## Huge Peripheral Driver Library

Meadow.Foundation has built in support for most common sensors, motors, and other peripherals available on the market.
Expand Down

0 comments on commit 0ccf31a

Please sign in to comment.