Integerized the waveform table

This commit is contained in:
furrtek 2015-08-24 05:16:55 +02:00
parent 8e0210f944
commit 8f815a3b39
3 changed files with 95 additions and 48 deletions

View File

@ -108,11 +108,6 @@ static Semaphore semaphore;
static volatile const gpdma::channel::LLI* next_lli = nullptr;
void test() {
quitt = 1;
chSemSignalI(&semaphore);
}
void transfer_complete() {
next_lli = gpdma_channel_sgpio.next_lli();
quitt = 0;

View File

@ -39,8 +39,6 @@ void configure(
const baseband::Direction direction
);
void test();
void enable(const baseband::Direction direction);
bool is_enabled();

File diff suppressed because one or more lines are too long