Pico-Arduino
PicoUSB.h
1 #pragma once
2 
3 #if !defined(TINYUSB_HOST_LINKED) && !defined(TINYUSB_DEVICE_LINKED)
4 extern "C" {
5 static bool tud_cdc_connected (void);
6 }
7 #endif