📦 This repo includes .NET nanoFramework implementations for various sensors, chips, displays, hats and drivers
Перейти к файлу
José Simões 853557ac54 Fix nuspec name 2021-05-21 11:20:28 +01:00
assets adding basic elements 2021-05-13 11:42:36 +03:00
config adding basic elements 2021-05-13 11:42:36 +03:00
devices Fix nuspec name 2021-05-21 11:20:28 +01:00
src Devices (re)generated 2021-05-21 10:48:44 +01:00
tests Update to use new Math.Abs(float) 2021-05-20 14:48:54 +02:00
.github_changelog_generator adding basic elements 2021-05-13 11:42:36 +03:00
.gitignore Move configuration to appsettings.json 2021-05-18 17:20:56 +02:00
LICENSE.md adding basic elements 2021-05-13 11:42:36 +03:00
NuGet.Config adding basic elements 2021-05-13 11:42:36 +03:00
README.md Update README.md 2021-05-19 19:01:24 +01:00
azure-pipelines.yml Work CI-CD 2021-05-21 10:31:17 +01:00
template.vssettings adding basic elements 2021-05-13 11:42:36 +03:00
version.json Adding Adxl1345 (#14) 2021-05-21 07:27:42 +01:00

README.md

IMPORTANT: this needs to be adjusted as well with all the generated bindings

#yourfirstpr Discord

nanoFramework logo


Welcome to the nanoFramework IoT.Device Library repository!

This repository contains bindings which can be sensors, small screen and anything else that you can connect to your nanoFramework chip!

Folder Structure

/src/devices/ contains devices that were cleaned up and should be working out of the box.

/src/devices_generated/ contains devices that were automatically ported from the NET Core IoT Libraries devices. They might not work or compile at this point, but are a good starting point if you need support for one of the devices contained here but missing from the /src/devices/ folder.

/src/nanoFramework.IoT.Device.CodeConverter contains the tool used to generate the devices from the NET Core IoT Libraries devices.

Other folders in /src contain nanoFramework projects that you can reference when creating/updating devices with provide functionality such as a StopWatach, a DelayHelper, BinaryPrimitives or various System.Device.Model Attributes.

Contributing

Important: If you plan to clean up the code in /src/devices_generated/, please copy your work to the /src/devices/ folder as the content of /src/devices_generated/ will be overwritten by the generator tool.

Feedback and documentation

For documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo.

Join our Discord community here.

Credits

The list of contributors to this project can be found at CONTRIBUTORS.

License

The nanoFramework Class Libraries are licensed under the MIT license.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.