This short program illustrates how to use the DS130x_I2C library. My objective is to share the same RTC with Microchip 18F MCU.
Dependencies: mbed DebugLibrary
UMTSStick.h File Reference
UMTS Stick driver header file. More...
Go to the source code of this file.
Enumerations | |
| enum | UMTSStickErr { , UMTSERR_NOTFOUND, UMTSERR_NOTIMPLEMENTED, UMTSERR_USBERR, UMTSERR_DISCONNECTED, UMTSERR_OK = 0 } |
UMTS Stick error codes. More... | |
Detailed Description
UMTS Stick driver header file.
Definition in file UMTSStick.h.
Enumeration Type Documentation
| enum UMTSStickErr |
UMTS Stick error codes.
- Enumerator:
UMTSERR_NOTFOUND Stick was not found.
UMTSERR_NOTIMPLEMENTED This model is not implemented.
UMTSERR_USBERR USB Error.
UMTSERR_DISCONNECTED Stick disconnected.
UMTSERR_OK Success.
Definition at line 57 of file UMTSStick.h.
Generated on Tue Jul 12 2022 11:05:01 by
1.7.2
Yann Garcia