Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
hello-world
nrf52
Commits
4866c702
Commit
4866c702
authored
Dec 20, 2017
by
Sam Calisch
Browse files
Update saadc.ino
parent
a45a3608
Pipeline
#1268
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/saadc/saadc.ino
View file @
4866c702
//sec, 2017
#define N_SAMPLES 48
static
int16_t
data_buffer
[
N_SAMPLES
]
=
{
0
};
void
adc_setup
()
{
//configure SAADC resolution
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment