#include <inttypes.h>


Go to the source code of this file.
Data Structures | |
| class | WaspUSB |
| WaspUSB Class. More... | |
Defines | |
| #define | DEC 10 |
| The base to print numbers. Decimal Base in this case. | |
| #define | HEX 16 |
| The base to print numbers. Hexadecimal Base in this case. | |
| #define | OCT 8 |
| The base to print numbers. Octal Base in this case. | |
| #define | BIN 2 |
| The base to print numbers. Binary Base in this case. | |
| #define | BYTE 0 |
| The base to print numbers. Byte Base in this case. | |
| #define | USB_RATE 38400 |
| USB Baud Rate. | |
Variables | |
| WaspUSB | USB |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Version: 0.1
Design: David Gascón
Implementation: David Cuartielles, Alberto Bielsa
Definition in file WaspUSB.h.
| #define BIN 2 |
| #define BYTE 0 |
| #define DEC 10 |
| #define HEX 16 |
| #define OCT 8 |
| #define USB_RATE 38400 |
Definition at line 226 of file WaspUSB.cpp.
1.5.6