Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ export const componentCategories = [
},
{
name: "Nekumori Chrysalis",
description: "An ICM-45686 shield with a button and RGB LED",
description: "An LSM6DSV shield with a button and RGB LED",
amount: (set) => set,
cost: () => 10,
costAll: (set) => set * 10 + 4.9,
links: '<a href="https://nekumori.pink/products/chysalis-v1_3" target="_blank">Nekumori Chrysalis</a>',
cost: () => 6.99,
costAll: (set) => set * 6.99 + 5.5,
links: '<a href="https://nekumori.pink/products/chrysalis" target="_blank">Nekumori Chrysalis</a>',
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions src/smol-slimes/hardware/smol-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,11 @@ Some of the supported sensor modules are described on the [IMU Comparison page](
</tr>
<tr>
<td>
Chrysalis <a href="../../diy/imu-comparison.md#icm-45686">ICM-45686</a> +
Chrysalis <a href="../../diy/imu-comparison.md#-lsm6dsv">LSM6DSV</a> +
QMC6309
</td>
<td>
<a href="https://nekumori.pink/products/chysalis-v1_3">
<a href="https://nekumori.pink/products/chrysalis">
nekumori.pink
</a>
</td>
Expand Down