Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit ef7b472

Browse files
committed
add more device types to DeviceType enum
1 parent 0a6c0e8 commit ef7b472

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

include/pros/devices/devices.hpp

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,26 @@
44

55
namespace zest {
66

7+
/**
8+
* @brief device type enum. Contains all the device types compatible with ZestCode
9+
*
10+
*/
711
enum class DeviceType {
8-
Battery,
12+
AdiExpander,
13+
AiVision,
14+
Bumper,
15+
Controller,
16+
Distance,
17+
Gps,
18+
Imu,
19+
Motor,
20+
Optical,
21+
Radio,
22+
Rotation,
23+
Serial,
24+
Vision,
25+
None,
26+
Unknown,
927
};
1028

1129
/**

0 commit comments

Comments
 (0)