mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Gruvin is an m2560
This commit is contained in:
parent
5c4f704696
commit
225ea5d63d
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ void pwrOff();
|
||||||
#define usbPlugged() false
|
#define usbPlugged() false
|
||||||
|
|
||||||
// Haptic driver
|
// Haptic driver
|
||||||
|
#define hapticOff() // TODO hapticOn() cleaner ...
|
||||||
#define HAPTIC_ON PORTD &= ~(1 << OUT_D_HAPTIC)
|
#define HAPTIC_ON PORTD &= ~(1 << OUT_D_HAPTIC)
|
||||||
#define HAPTIC_OFF PORTD |= (1 << OUT_D_HAPTIC)
|
#define HAPTIC_OFF PORTD |= (1 << OUT_D_HAPTIC)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue