{"id":21878241,"url":"https://github.com/webge/tinyclrlib","last_synced_at":"2025-09-14T13:49:54.075Z","repository":{"id":80653785,"uuid":"126693715","full_name":"WebGE/TinyClrLib","owner":"WebGE","description":"Library to centralize use of modules in TinyClr","archived":false,"fork":false,"pushed_at":"2018-03-03T17:13:39.000Z","size":8049,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T04:31:02.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebGE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-25T12:08:52.000Z","updated_at":"2023-04-09T01:52:46.000Z","dependencies_parsed_at":"2023-03-12T11:46:57.795Z","dependency_job_id":null,"html_url":"https://github.com/WebGE/TinyClrLib","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/WebGE/TinyClrLib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebGE%2FTinyClrLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebGE%2FTinyClrLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebGE%2FTinyClrLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebGE%2FTinyClrLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebGE","download_url":"https://codeload.github.com/WebGE/TinyClrLib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebGE%2FTinyClrLib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275114822,"owners_count":25407928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T08:12:04.396Z","updated_at":"2025-09-14T13:49:54.054Z","avatar_url":"https://github.com/WebGE.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyClr Library\nVersion: __0.9.0__\n\nNote: If environment variable __NUGET_REPOSITORY__ is define, some project generate a Nuget package for them, and copy generated package into it.\n\nDocumentation is in progress (each file of module documentation is in project folder with MarkDown File)\n\n***\n:construction: : Work In Progress\n***\n\n## Core:\nModule              | Roles       | Package                                                                                            \n------------------- | ----------- | -------------------------------------------------------------------------------------------------- \n __Application__ | Class with Initialization and loop function | Not yet\n__Led__ | Class to help with test easily |\n__Button__ | Class to help with test easily |\n__Pins__ | Include some boards which don't appear in GHI.TinyClr.Pins | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Pins.0.9.0.nupkg)\n\n## Modules:\n\n### Adafruit\n\nModule              | State       | Package                                                                                            | Documentation\n------------------- | ----------- | -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------\nColor Sensor (1334) | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Adafruit.ColorSensor1334.0.9.0.nupkg) | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Adafruit/ColorSensor1334/ColorSensor1334.md) \n\n### Gadgeteer\n\nModule           | State       | Package                                                                                              | Documentation\n---------------- | ----------- | ---------------------------------------------------------------------------------------------------- | -------------\nAccelG248        | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.AccelG248.0.9.0.nupkg)        | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/AccelG248/AccelG248.md)\nBluetooth\t\t | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.Bluetooth.0.9.0.nupkg)        | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/Bluetooth/Bluetooth.md)\nButton           | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.Button.0.9.0.nupkg)           | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/Button/Button.md)\nCharacterDisplay | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.CharacterDisplay.0.9.0.nupkg) | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/CharacterDisplay/CharacterDisplay.md)\nDisplayN18       | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.DisplayN18.0.9.0.nupkg)       | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/DisplayN18/DisplayN18.md)\nGyro             | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.Gyro.0.9.0.nupkg)             | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/Gyro/Gyro.md)\nLed7C            | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.Led7C.0.9.0.nupkg)            | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/Led7C/Led7C.md)\nLed7R            | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.Led7R.0.9.0.nupkg)            | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/Led7R/Led7R.md)\nLedStrip         | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.LedStrip.0.9.0.nupkg)         | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/LedStrip/LedStrip.md)\nLightSense       | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.LightSense.0.9.0.nupkg)       | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/LightSense/LightSense.md)\nMotorDriverL298  | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.MotorDriverL298.0.9.0.nupkg)  | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/MotorDriverL298/MotorDriverL298.md)\nMusic            | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.Music.0.9.0.nupkg)            | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/Music/Music.md)\nPotentiometer    | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.Potentiometer.0.9.0.nupkg)    | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/Potentiometer/Potentiometer.md)\nRotaryH1         | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.RotaryH1.0.9.0.nupkg)         | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/RotaryH1/RotaryH1.md)\nTempHumid        | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.TempHumid.0.9.0.nupkg)        | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/TempHumid/TempHumid.md)\nTunes            | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Gadgeteer.Tunes.0.9.0.nupkg)            | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Gadgeteer/Tunes/Tunes.md)\n\n### Grove\n\nModule          | State          | Package                                                                                          | Documentation                                                                                                           | Notes\n--------------- | -------------- | ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- | -----\nButton          | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.Button.0.9.0.nupkg)           | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/Button/Button.md)                       | \nBuzzer          | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.Buzzer.0.9.0.nupkg)           | [Documentation](https://github.com/bauland/TinyClrLib/tree/master/Modules/Grove/Buzzer/Buzzer.md)                       |\n4-Digit Display | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.FourDigitDisplay.0.9.0.nupkg) | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/FourDigitDisplay/FourDigitDisplay.md)   |\nI2C Color       | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.I2cColorSensor.0.9.0.nupkg)   | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/I2cColorSensor/I2cColorSensor.md)       |\nLcdRgbBacklight | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.LcdRgbBacklight.0.9.0.nupkg)  | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/LcdRgbBacklight/LcdRgbBacklight.md)     |\nLedSocket       | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.Led.0.9.0.nupkg)              | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/Led/Led.md)                             | from GHI\nLightSensor     | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.LightSensor.0.9.0.nupkg)      | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/LightSensor/LightSensor.md)             | from GHI\nRelay           | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.Relay.0.9.0.nupkg)            | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/Relay/Relay.md)                         | from GHI\nRotary Angle    | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.RotaryAngleSensor.0.9.0.nupkg)| [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/RotaryAngleSensor/RotaryAngleSensor.md) | from GHI\nRtc             | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.Rtc.0.9.0.nupkg)              | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/Rtc/Rtc.md)                             |\nSerialBluetooth3| __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.SerialBluetooth3.0.9.0.nupkg) | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/SerialBluetooth3/SerialBluetooth3.md)   | \nServoMotor      | __Working__    |                                                                                                  | Not yet                                                                                                                 | from GHI\nSound           | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.SoundSensor.0.9.0.nupkg)      | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/SoundSensor/SoundSensor.md)             | from GHI\nTemperature     | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.SoundSensor.0.9.0.nupkg)      | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/TemperatureSensor/TemperatureSensor.md) | from GHI\nTouchSensor     | __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.TemperatureSensor.0.9.0.nupkg)| [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/TouchSensor/TouchSensor.md)             | from GHI \nUltrasonicRanger| __Working__    | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Grove.UltrasonicRanger.0.9.0.nupkg) | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Grove/UltrasonicRanger/UltrasonicRanger.md)   |\n\n### Mikro Click\n\nModule                | State          | Package     | Documentation\n--------------------- | -------------- | ----------- | -------------\nBluetooth LE P module | :construction: |             | Not yet\n\n### Others\n\nModule  | State       | Package                                                                                | Documentation\n------- | ----------- | -------------------------------------------------------------------------------------- | -------------\nHC-SR04 | __Working__ | [Package](https://www.bauland.fr/Nuget/Download?Path=Bauland.Other.HCSR04.0.9.0.nupkg) | [Documentation](https://github.com/bauland/TinyClrLib/blob/master/Modules/Others/HCSR04/HC-SR04.md)\n\n***\n:construction: : Work In Progress\n***","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebge%2Ftinyclrlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebge%2Ftinyclrlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebge%2Ftinyclrlib/lists"}