We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f9d0f8 + 41e9445 commit 7f95e44Copy full SHA for 7f95e44
samples/mf4005_shell/boards/esp32s3_devkitc_procpu.overlay
@@ -0,0 +1,31 @@
1
+/*
2
+ * Copyright (c) 2024 Vinicius Miguel
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
8
+&twai {
9
+ bus-speed = <1000000>;
10
+ status = "okay";
11
12
+ #address-cells = <1>;
13
+ #size-cells = <0>;
14
+ mf4005_motor0: mf4005_motor@141 {
15
+ compatible = "lkm,mf4005";
16
+ reg = <0x141>;
17
+ max-current-ma = <240>;
18
+ encoder-resolution-bits = <16>;
19
+ max-speed-dps = <12000>;
20
21
+ };
22
23
+ mf4005_motor1: mf4005_motor@142 {
24
25
+ reg = <0x142>;
26
27
28
29
30
31
+};
0 commit comments