Skip to content

Commit

Permalink
Cleaned up global_defines.h
Browse files Browse the repository at this point in the history
  • Loading branch information
connornishijima committed May 7, 2024
1 parent f08a5a0 commit b27388f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/global_defines.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*--------------------------------------------------------------------------------
__ __ __ __ _____ __
____ _/ /___ / /_ ____ _/ / ____/ /__ / __(_)___ ___ _____ / /_
/ __ `/ / __ \/ __ \/ __ `/ / / __ / _ \/ /_/ / __ \/ _ \/ ___/ / __ \
/ /_/ / / /_/ / /_/ / /_/ / / / /_/ / __/ __/ / / / / __(__ ) / / / /
\__, /_/\____/_.___/\__,_/_/____\__,_/\___/_/ /_/_/ /_/\___/____(_)_/ /_/
/____/ /_____/
Values that are widely used throughout Emotiscope Engine are defined here
*///------------------------------------------------------------------------------

// It won't void any kind of stupid warranty, but things will *definitely* break at this point if you change this number.
#define NUM_LEDS ( 128 )

Expand Down
2 changes: 1 addition & 1 deletion src/notes.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HOW TO GET JTAG WORKING ON PLATFORMIO WITH ESP32S3 DEV BOARD WITH TWO USB PORTS:
https://community.platformio.org/t/cannot-run-builtin-debugger-on-esp32-s3-board/36384/9
##################################################################################################################################################
The ASCII art generator for the headers https://patorjk.com/software/taag/#p=display&f=Big
The ASCII art generator for the headers https://patorjk.com/software/taag/#p=display&f=Slant&t=notes.h
##################################################################################################################################################
ESP-DSP lets you sqrt() an entire array at once, but I'm not sure if there's a SIMD "ae32" version, just an ANSI one
Expand Down

0 comments on commit b27388f

Please sign in to comment.