Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
input protection example
  • Loading branch information
rickkas7 committed May 12, 2025
commit 167957e9a78bdd6135d2f99e10e8729370a0b2f5
2 changes: 1 addition & 1 deletion config/sitemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8223,7 +8223,7 @@
"date": "2023-11-08"
},
"getting-started/new.md": {
"hash": "aefc497912a9ddec48834ece2811d83bdc27dd40b94c401e4e9459388fe8987b",
"hash": "da4fb336553bde479b238c0a00abbba9730f99d501fb45e34825f41bd0c3b122",
"date": "2025-05-12"
},
"getting-started/cloud/logic.md": {
Expand Down
8 changes: 8 additions & 0 deletions src/content/getting-started/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ When adding new items to this page:
The header format must be exactly that because the search feature uses that to delimit entries, and determine the date of entries
--}}

### Input protection page 2025-05-12

New community hardware page for [input protection](/hardware/community/input-protection/) for digital and analog inputs using rail-to-rail TVS diodes.

### Resistor divider calculator 2025-05-12

New [resistor divider calculator](/tools/developer-tools/resistor-calculator/) which has the typical calculation features and also can choose the resistors from standard 10% or 5% resistors and shows a sorted list.

### acquireWireBuffer example 2025-05-12

The example code for acquireWireBuffer used a deprecated type, should use hal_i2c_config_t.
Expand Down