Project

General

Profile

Revision 1202

Station/server communication:
- Implemented backspace handling
- Implemented all test starting commands with parameter
Tests:
- Added functions for testing only one component of a kind
- Made function names consistent with server commands

View differences:

test_encoders.h
3 3

  
4 4
#include <dragonfly_lib.h>
5 5

  
6
void test_encoders (void);
6
void test_encoder (uint8_t num);
7
void test_encoder_all (void);
7 8

  
8 9

  
9 10

  
10 11

  
11 12

  
12 13

  
13

  
14 14
#endif

Also available in: Unified diff