mirror of
https://github.com/google/pebble.git
synced 2025-06-12 04:43:10 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
25
third_party/Kraepelin/kraepelin_reference/ProjectK_worker.h
vendored
Normal file
25
third_party/Kraepelin/kraepelin_reference/ProjectK_worker.h
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
#pragma once
|
||||
|
||||
#include "applib/accel_service.h"
|
||||
|
||||
#include "constants_worker.h"
|
||||
#include "helper_worker.h"
|
||||
#include "fourier.h"
|
||||
#include "raw_stats.h"
|
||||
|
||||
|
||||
static void write_blk_buf_to_persist();
|
||||
|
||||
static void summ_datalog();
|
||||
|
||||
static void reset_summ_metrics();
|
||||
|
||||
static void accel_data_handler(AccelData *data, uint32_t num_samples );
|
||||
|
||||
static void init_mem_log();
|
||||
|
||||
static void init();
|
||||
|
||||
static void deinit();
|
||||
|
||||
int main(void);
|
Loading…
Add table
Add a link
Reference in a new issue