From 87bbb388dbd712989b8b0bb4e79a639c5ed8d1c0 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 2 Aug 2014 14:35:38 +0100 Subject: stmhal: Add documentation for LCD; update docs for USB_VCP. --- stmhal/usb.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'stmhal/usb.c') diff --git a/stmhal/usb.c b/stmhal/usb.c index a7c3add53..13f8f8330 100644 --- a/stmhal/usb.c +++ b/stmhal/usb.c @@ -137,6 +137,13 @@ void usb_hid_send_report(uint8_t *buf) { /******************************************************************************/ // Micro Python bindings for USB VCP +/// \moduleref pyb +/// \class USB_VCP - USB virtual comm port +/// +/// The USB_VCP class allows creation of an object representing the USB +/// virtual comm port. It can be used to read and write data over USB to +/// the connected host. + typedef struct _pyb_usb_vcp_obj_t { mp_obj_base_t base; } pyb_usb_vcp_obj_t; -- cgit v1.2.3