//_____HX711______________ #include "HX711.h" const int DOUT=16; const int CLK=17; HX711 balanza; float peso; #define AJUSTE 1977700 char L4_peso[25]; //_____Bluetooth____________ #include "BluetoothSerial.h" BluetoothSerial SerialBT; #define PIN_LED 2 char VARI[100]; char mibuffer[20]; char TITULO[]="PESO_BT_seta"; int timePeso=TPESO; ...... SerialBT.begin(TITULO); //Bluetooth device name ...... |