-
-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathfunding.json
More file actions
64 lines (64 loc) · 2.21 KB
/
Copy pathfunding.json
File metadata and controls
64 lines (64 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"version": "v1.1.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Rui Azevedo",
"email": "ruihfazevedo@gmail.com",
"phone": "",
"description": "Freelance embedded systems engineer with 35+ years of experience, based in the Azores, Portugal. Author of ArduinoMenu and the HAPI (Open Chain Derivation) compile-time composition framework, part of the InternetOfPins open source ecosystem (OneParse, OneMenu, OneChip, and related libraries) aimed at eliminating per-chip-variant fragmentation in embedded/IoT firmware.",
"webpageUrl": {
"url": "https://r-site.net"
}
},
"projects": [
{
"guid": "arduinomenu",
"name": "ArduinoMenu",
"description": "An open source menu/UI library for embedded and IoT devices (AVR, ESP32, STM32, and other MCU targets), used wherever a device needs a navigable on-device UI: buttons, encoders, LCD/OLED/TFT displays, serial terminals, or web interfaces. In production use for over a decade, with 1,000+ GitHub stars and preservation in the GitHub Arctic Code Vault. Funding supports migrating the library onto a newer, zero-overhead compile-time architecture (HAPI, part of the InternetOfPins ecosystem) and resolving a known compiler-diagnostics barrier that discourages less experienced adopters.",
"webpageUrl": {
"url": "https://github.com/neu-rah/ArduinoMenu"
},
"repositoryUrl": {
"url": "https://github.com/neu-rah/ArduinoMenu"
},
"licenses": [
"spdx:LGPL-2.1"
],
"tags": [
"embedded",
"iot",
"arduino",
"menu",
"ui",
"cpp",
"avr",
"esp32",
"stm32"
]
}
],
"funding": {
"channels": [
{
"guid": "paypal",
"type": "payment-provider",
"address": "https://www.paypal.com/paypalme/ruihfazevedo",
"description": "PayPal.Me"
}
],
"plans": [
{
"guid": "one-time",
"status": "active",
"name": "One-time donation",
"description": "Support ongoing development",
"amount": 0,
"currency": "EUR",
"frequency": "one-time",
"channels": null
}
],
"history": []
}
}