nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
cs47l63_comm.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _CS47L63_COMM_H_
8#define _CS47L63_COMM_H_
9
10#include <stdint.h>
11#include "cs47l63.h"
12
19int cs47l63_comm_init(cs47l63_t *driver);
20
21#endif /* _CS47L63_COMM_H_ */
int cs47l63_comm_init(cs47l63_t *driver)
Initialize the CS47L63.