summaryrefslogtreecommitdiffstats
path: root/include/app.h
diff options
context:
space:
mode:
authorDave Hodder <dave.hodder@focusrite.com>2017-01-09 14:01:28 +0000
committerDave Hodder <dave.hodder@focusrite.com>2017-01-09 14:01:28 +0000
commit1fd765c53d36e6f4581e405263f8aa598ea98d8c (patch)
tree5dbdb37a4a19ab08fe64ac9ca8e52bc7e83b1449 /include/app.h
parent167a7dc6a753b5ba11c8c2ae2a365cec8656c171 (diff)
downloadlaunchpad-polymaker-1fd765c53d36e6f4581e405263f8aa598ea98d8c.tar.gz
launchpad-polymaker-1fd765c53d36e6f4581e405263f8aa598ea98d8c.zip
experimenting with raw ADC api, moving 1kHz timer to main timer cb
Diffstat (limited to 'include/app.h')
-rw-r--r--include/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/app.h b/include/app.h
index c26c131..83ef48a 100644
--- a/include/app.h
+++ b/include/app.h
@@ -134,7 +134,7 @@ void hal_write_flash(u32 offset,const u8 *data, u32 length);
134/** 134/**
135 * Called on startup, this is a good place to do any initialisation. 135 * Called on startup, this is a good place to do any initialisation.
136 */ 136 */
137void app_init(); 137void app_init(const u16 *adc_buffer);
138 138
139/** 139/**
140 * 1kHz (1ms) timer. You can set LEDs and send MIDI out from this function, 140 * 1kHz (1ms) timer. You can set LEDs and send MIDI out from this function,