mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 21:59:50 +03:00
stm32f1 suppport. changes
This commit is contained in:
@@ -19,6 +19,9 @@ e-mail anklimov@gmail.com
|
||||
*/
|
||||
#define Q(x) #x
|
||||
#define QUOTE(x) Q(x)
|
||||
#define VALUE_TO_STRING(x) #x
|
||||
#define VALUE(x) VALUE_TO_STRING(x)
|
||||
#define VAR_NAME_VALUE(var) #var "=" VALUE(var)
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user