usb mode set by default

pull/8/head
Carlos Henriques 2021-11-09 19:46:02 +00:00
rodzic 2d990c9d22
commit 2a89268d52
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -27,8 +27,8 @@ SoftwareSerial BTserial(RX, TX); // RX not connected
#define USB_SPEED 115200 //serial transmision speed #define USB_SPEED 115200 //serial transmision speed
#define BLUETOOTH_SPEED 9600 //bluetooth speed (9600 by default) #define BLUETOOTH_SPEED 9600 //bluetooth speed (9600 by default)
#define FREQUENCY 10 // freq output in Hz #define FREQUENCY 10 // freq output in Hz
#define USB_MODE // uncomment for usb mode #define USB_MODE // usb by default
#define BLUETOOTH_MODE // uncomment for bluetooth mode // #define BLUETOOTH_MODE // uncomment this line and comment the line above for bluetooth mode
#define USE_LK8000 #define USE_LK8000
/* /*
* sentences to choice : * sentences to choice :