mirror of
https://github.com/dekuNukem/exixe.git
synced 2025-10-31 11:17:03 -07:00
cleanup
This commit is contained in:
@@ -57,7 +57,7 @@ Please see [getting_started.md](/getting_started.md)
|
||||
|
||||
## Arduino Library
|
||||
|
||||
Please [click here](arduino_library/README.md)
|
||||
Please [click here](arduino_library)
|
||||
|
||||
## Pinout, SPI command format and technical details
|
||||
|
||||
@@ -79,6 +79,6 @@ https://www.youtube.com/watch?v=r3d2alzgjKc
|
||||
|
||||
## More photos
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
@@ -72,6 +72,6 @@ A number of examples are [provided here](../arduino_examples). Take a look at th
|
||||
|
||||
* Call this at **least every 33ms** for a smooth animation.
|
||||
|
||||
* This function is **non-blocking** and will return immediately, this allows you to do some other tasks while animation is underway. Just make sure to call it frequently enough as above.
|
||||
* This function is **non-blocking** and will return immediately, this allows you to do some other tasks while animation is underway. Just make sure to call it frequently enough as mentioned above.
|
||||
|
||||
* Check its return value to see if animation is finished. Once done it should return `EXIXE_ANIMATION_FINISHED`, otherwise `EXIXE_ANIMATION_IN_PROGRESS` is returned.
|
||||
|
||||
@@ -78,7 +78,7 @@ It's also a good idea to wrap the bottom of IN-14 tubes with heat-shrink tubing
|
||||
|
||||
## Try some examples!
|
||||
|
||||
After getting the [LED test](/arduino_examples/1_LED_test) example working, connect 180V to the HV pin of exixe module, make sure your Arduino, high voltage supply, and exixe module all share the same GND.
|
||||
After getting the [LED test](/arduino_examples/1_LED_test) working, connect 180V to the HV pin of exixe module, make sure your Arduino, high voltage supply, and exixe module all share the same GND.
|
||||
|
||||

|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.5 MiB |
Reference in New Issue
Block a user