From ac107004271bf54b00f41dee23631c3773853ffa Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 15 Dec 2023 16:25:28 +0100 Subject: [PATCH] Feature: Added DeviceProfile for CASmo-DTU Based on #1565 --- docs/DeviceProfiles/CASmo-DTU.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/DeviceProfiles/CASmo-DTU.json diff --git a/docs/DeviceProfiles/CASmo-DTU.json b/docs/DeviceProfiles/CASmo-DTU.json new file mode 100644 index 00000000..0de52e1d --- /dev/null +++ b/docs/DeviceProfiles/CASmo-DTU.json @@ -0,0 +1,20 @@ +[ + { + "name": "CASmo-DTU", + "links": [ + {"name": "Information", "url": "https://casmo.info/product-details/?product=2"} + ], + "nrf24": { + "miso": 19, + "mosi": 23, + "clk": 18, + "irq": 16, + "en": 4, + "cs": 5 + }, + "led": { + "led0": 25, + "led1": 26 + } + } +] \ No newline at end of file