Skip to content

Commit b5252e8

Browse files
author
Alec Miller
committed
MPAE-4022: Added summary
1 parent 87fef91 commit b5252e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

images/star.png

98 KB
Loading

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ By default the limit switch pin for the y axis is RA1, and the x axis is RC7.
8888
The actuator is on pin RF2.
8989

9090
If an alternate method of controlling the actuator is desired, the relevant
91-
functions are `Platform_RaiseActuator()` and `Platform_LowerActuator()` in
91+
functions to modify are `Platform_RaiseActuator()` and `Platform_LowerActuator()` in
9292
platform.c which by default simply set ACTUATOR_PIN high/low.
9393

9494
<!-- Explain how to connect hardware and set up software. Depending on complexity, step-by-step instructions and/or tables and/or images can be used -->
@@ -109,3 +109,11 @@ Movement in the Z axis and the X/Y plane simultaneously is not supported.
109109
## Summary
110110

111111
<!-- Summarize what the example has shown -->
112+
113+
The example G-Code included with the PC application creates the star shown below.
114+
115+
![Output](images/star.png)
116+
117+
This project demonstrates the ability of CIPs to complete tasks that would
118+
traditionally require math and timing intensive tasks done by a more expensive
119+
microcontroller.

0 commit comments

Comments
 (0)