comparison Debug/cli/cli.h @ 307:ecd2ae35d25c

Initial commit for UARTConnect module * Keyboard interconnect using two uarts * Supports daisy chain addressing using a master/slave direction communication scheme - Still needs more testing - Functions have been tested alone to be generally working
author Jacob Alexander <haata@kiibohd.com>
date Sun, 15 Mar 2015 16:58:01 -0700
parents 2a4c99da1276
children a0ad3a172269
comparison
equal deleted inserted replaced
306:f158dfa0fa85 307:ecd2ae35d25c
1 /* Copyright (C) 2014 by Jacob Alexander 1 /* Copyright (C) 2014-2015 by Jacob Alexander
2 * 2 *
3 * Permission is hereby granted, free of charge, to any person obtaining a copy 3 * Permission is hereby granted, free of charge, to any person obtaining a copy
4 * of this software and associated documentation files (the "Software"), to deal 4 * of this software and associated documentation files (the "Software"), to deal
5 * in the Software without restriction, including without limitation the rights 5 * in the Software without restriction, including without limitation the rights
6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 32
33 33
34 // ----- Defines ----- 34 // ----- Defines -----
35 35
36 #define CLILineBufferMaxSize 100 36 #define CLILineBufferMaxSize 100
37 #define CLIMaxDictionaries 5 37 #define CLIMaxDictionaries 10
38 #define CLIEntryTabAlign 13 38 #define CLIEntryTabAlign 13
39 39
40 40
41 41
42 // ----- Macros ----- 42 // ----- Macros -----