Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: TMCStepper mRotaryEncoder-os
TMCStepper/TMC_MACROS.h
- Committer:
- charly
- Date:
- 2021-02-06
- Revision:
- 2:94c5b3f09463
- Parent:
- source/TMC_MACROS.h@ 0:3f4cfbeda9d3
File content as of revision 2:94c5b3f09463:
#pragma once
#define DEBUG_PRINT(CFG, VAL) Serial.print(CFG); Serial.print('('); Serial.print(VAL, HEX); Serial.println(')')
//#define WRITE_REG(R) write(R##_register.address, R##_register.sr)
//#define READ_REG(R) read(R##_register.address)