From ebb3959e49974d6e461d84dde15c5abda0b8b06a Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 12 Feb 2026 12:48:27 +0100 Subject: [PATCH] sponsorship: add explicit callout/link in README to help out TinyGo Signed-off-by: deadprogram --- .github/FUNDING.yml | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..869e436c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +open_collective: tinygo diff --git a/README.md b/README.md index 1252c51a..83b66db7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ By using [TinyGo](https://tinygo.org/), it can also be used running "bare metal" The Go Bluetooth package can be used to create both Bluetooth Low Energy Centrals as well as to create Bluetooth Low Energy Peripherals. +> [!IMPORTANT] +> You can help TinyGo with a financial contribution using OpenCollective. Please see https://opencollective.com/tinygo for more information. Thank you! + ## Bluetooth Low Energy Central A typical Bluetooth Low Energy Central would be your laptop computer or mobile phone.