forked from LemLib/LemLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.pros
127 lines (127 loc) · 5.16 KB
/
project.pros
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"py/object": "pros.conductor.project.Project",
"py/state": {
"project_name": "LemLib",
"target": "v5",
"templates": {
"hardware": {
"location": "C:\\Users\\Liam Teale\\AppData\\Roaming\\PROS\\templates\\[email protected]",
"metadata": {
"origin": "local"
},
"name": "hardware",
"py/object": "pros.conductor.templates.local_template.LocalTemplate",
"supported_kernels": "^4.1.1",
"system_files": [
"include\\hardware\\Encoder\\V5RotationSensor.hpp",
"include\\hardware\\Encoder\\Encoder.hpp",
"include\\hardware\\Motor\\MotorGroup.hpp",
"include\\hardware\\Imu\\Imu.hpp",
"include\\hardware\\Motor\\Motor.hpp",
"firmware\\hardware.a",
"include\\hardware\\Imu\\V5InertialSensor.hpp",
"include\\hardware\\Encoder\\ADIEncoder.hpp"
],
"target": "v5",
"user_files": [],
"version": "0.2.1"
},
"kernel": {
"location": "C:\\Users\\Liam Teale\\AppData\\Roaming\\PROS\\templates\\[email protected]",
"metadata": {
"cold_addr": "58720256",
"cold_output": "bin/cold.package.bin",
"hot_addr": "125829120",
"hot_output": "bin/hot.package.bin",
"origin": "pros-mainline",
"output": "bin/monolith.bin"
},
"name": "kernel",
"py/object": "pros.conductor.templates.local_template.LocalTemplate",
"supported_kernels": null,
"system_files": [
"include/pros/gps.hpp",
"include/pros/motors.h",
"include/pros/error.h",
"include/pros/imu.hpp",
"include/pros/serial.h",
"include/pros/rtos.h",
"include/pros/optical.hpp",
"firmware/libc.a",
"include/pros/distance.hpp",
"include/pros/rotation.h",
"common.mk",
"include/pros/motors.hpp",
"firmware/v5.ld",
"include/pros/gps.h",
"include/pros/link.hpp",
"include/pros/colors.h",
"include/pros/imu.h",
"include/pros/adi.hpp",
"include/pros/ext_adi.h",
"include/pros/misc.hpp",
"include/pros/link.h",
"include/pros/device.h",
"include/pros/misc.h",
"firmware/v5-common.ld",
"include/pros/adi.h",
"include/pros/abstract_motor.hpp",
"include/api.h",
"firmware/v5-hot.ld",
"firmware/libm.a",
"include/pros/device.hpp",
"include/pros/apix.h",
"include/pros/llemu.h",
"include/pros/vision.hpp",
"include/pros/serial.hpp",
"include/pros/llemu.hpp",
"include/pros/colors.hpp",
"include/pros/rotation.hpp",
"include/pros/distance.h",
"include/pros/rtos.hpp",
"include/pros/vision.h",
"include/pros/screen.h",
"include/pros/optical.h",
"firmware/libpros.a",
"include/pros/motor_group.hpp",
"include/pros/screen.hpp"
],
"target": "v5",
"user_files": [
"src/main.cpp",
"src/main.c",
"Makefile",
"src/main.cc",
"include/main.h",
".gitignore",
"include/main.hh",
"include/main.hpp"
],
"version": "4.1.1"
},
"units": {
"location": "C:\\Users\\Liam Teale\\AppData\\Roaming\\PROS\\templates\\[email protected]",
"metadata": {
"origin": "local"
},
"name": "units",
"py/object": "pros.conductor.templates.local_template.LocalTemplate",
"supported_kernels": "^4.1.1",
"system_files": [
"include\\units\\Vector3D.hpp",
"firmware\\units.a",
"include\\units\\Pose.hpp",
"include\\units\\Temperature.hpp",
"include\\units\\Vector2D.hpp",
"include\\units\\Angle.hpp",
"include\\units\\units.hpp"
],
"target": "v5",
"user_files": [],
"version": "0.3.2"
}
},
"upload_options": {},
"use_early_access": false
}
}