digerati73

Results 3 issues of digerati73

i read your book atomic kotlin, but i have trouble in running "helloworld.kt" i run helloworld.kt at macbook pro m2 pro, macos ventura 13.3, IntelliJ idea community edition 2023.1 i...

i run this codes but this project program doesn't run correctly... is this code running rightly ? i run this program with esp32 wroom 32 module and iphon 13 mini...

#include "BluetoothSerial.h" BluetoothSerial SerialBT; bool isconnected = false; void Bt_Status (esp_spp_cb_event_t event, esp_spp_cb_param_t *param) { if (event == ESP_SPP_SRV_OPEN_EVT) { Serial.println ("Bluetooth: Connected"); isconnected = true; } else if (event...