Last change
on this file since 39a696b was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Added include files for global functions and variables.
|
-
Property mode
set to
100644
|
File size:
839 bytes
|
Line | |
---|
1 | #pragma once
|
---|
2 |
|
---|
3 | #include "stdint.h"
|
---|
4 |
|
---|
5 | /*
|
---|
6 | =============================================================================
|
---|
7 | barbadj.c -- global variables
|
---|
8 | =============================================================================
|
---|
9 | */
|
---|
10 |
|
---|
11 | extern int16_t BBase;
|
---|
12 | extern int16_t BCenter;
|
---|
13 | extern int16_t BOffset;
|
---|
14 | extern int16_t BTop;
|
---|
15 | extern int16_t BarBLn[128];
|
---|
16 | extern int16_t BarCLn[256];
|
---|
17 | extern int16_t BarCols[14];
|
---|
18 | extern int16_t BarDots[3];
|
---|
19 |
|
---|
20 | /*
|
---|
21 | =============================================================================
|
---|
22 | barbadj.c -- global functions
|
---|
23 | =============================================================================
|
---|
24 | */
|
---|
25 |
|
---|
26 | extern void BarBadj(int16_t bar, int16_t val);
|
---|
27 | extern void BarBset(int16_t bar, int16_t val);
|
---|
28 | extern void BarCadj(int16_t bar, int16_t val);
|
---|
29 | extern void BarCset(int16_t bar, int16_t val);
|
---|
30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.