Rev 404 | Rev 489 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 404 | Rev 412 | ||
---|---|---|---|
Line 136... | Line 136... | ||
136 | /** |
136 | /** |
137 | * let the MAX7456 learn a new character at <number> |
137 | * let the MAX7456 learn a new character at <number> |
138 | * with <data>. |
138 | * with <data>. |
139 | */ |
139 | */ |
140 | void learn_char(uint8_t, unsigned char*); |
140 | void learn_char(uint8_t, unsigned char*); |
- | 141 | ||
- | 142 | /** |
|
- | 143 | * wirte a <position> at <x>/<y> assuming it is a gps position for long-/latitude |
|
- | 144 | */ |
|
- | 145 | void write_gps_pos(uint8_t, uint8_t, int32_t); |