Skip to content

Commit

Permalink
Switched to low-level I/O register access for speed.
Browse files Browse the repository at this point in the history
Added WS2812 RGB HAL.
Completed 32 (or 31?) bit I2S shift register output for ESP32-S3, 16 bit not yet ready.
  • Loading branch information
terjeio committed Jan 15, 2024
1 parent 48ee797 commit fc0e5f6
Show file tree
Hide file tree
Showing 8 changed files with 369 additions and 289 deletions.
8 changes: 8 additions & 0 deletions driver.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@
"fram": 0,
"i2c": 0,
"sdcard": 1
},
"symbols": {
"DEFAULT_LIMIT_SIGNALS_INVERT_MASK": "N_AXIS",
"DEFAULT_PROBE_SIGNAL_INVERT": 1,
"DEFAULT_ENABLE_SIGNALS_INVERT_MASK": 0,
"DEFAULT_STEPPER_IDLE_LOCK_TIME": 255,
"MIN_FEED_RATE_OVERRIDE": 1,
"MAX_FEED_RATE_OVERRIDE": 999
}
},
{
Expand Down
Loading

0 comments on commit fc0e5f6

Please sign in to comment.