Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Bicycl_Computer_NUCLEO-F411RE Bicycl_Computer_NUCLEO-L476RG
Fork of UniGraphic by
Diff: Protocols/Protocols.h
- Revision:
- 21:ae0a4eedfc90
- Parent:
- 20:14daa48ffd4c
- Child:
- 25:daacdcf34e52
diff -r 14daa48ffd4c -r ae0a4eedfc90 Protocols/Protocols.h
--- a/Protocols/Protocols.h Mon Mar 23 14:08:04 2015 +0000
+++ b/Protocols/Protocols.h Tue Mar 31 21:14:48 2015 +0000
@@ -18,8 +18,10 @@
/** Protocol types
*/
enum proto_t {
- PAR_8 /**< Parallel 8bit, pins 0 to 7 */
- ,PAR_16 /**< Parallel 16bit, pins 0 to 15 */
+ PAR_8 /**< Parallel 8bit, port pins 0 to 7 */
+ ,PAR_16 /**< Parallel 16bit, port pins 0 to 15 */
+ ,BUS_8 /**< Parallel 8bit, scattered pins */
+ ,BUS_16 /**< Parallel 16bit, scattered pins */
,SPI_8 /**< SPI 8bit */
,SPI_16 /**< SPI 16bit */
};
