LibDriver SYN6658
Loading...
Searching...
No Matches
driver_syn6658_basic.c File Reference

driver syn6658 basic source file More...

Include dependency graph for driver_syn6658_basic.c:

Go to the source code of this file.

Functions

uint8_t syn6658_basic_init (syn6658_interface_t interface)
 basic example init
uint8_t syn6658_basic_synthesis (const char *const fmt,...)
 basic example synthesis
uint8_t syn6658_basic_sync (void)
 basic example sync
uint8_t syn6658_basic_deinit (void)
 basic example deinit
uint8_t syn6658_basic_stop (void)
 basic example stop
uint8_t syn6658_basic_pause (void)
 basic example pause
uint8_t syn6658_basic_resume (void)
 basic example resume
uint8_t syn6658_basic_standby (void)
 basic example standby
uint8_t syn6658_basic_wake_up (void)
 basic example wake up
uint8_t syn6658_basic_save_text (uint8_t offset, char *text)
 basic example save text
uint8_t syn6658_basic_play_text (uint8_t times, syn6658_type_t type)
 basic example play text

Detailed Description

driver syn6658 basic source file

Copyright (c) 2015 - present LibDriver All rights reserved

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Version
1.0.0
Author
Shifeng Li
Date
2024-08-30

history

Date Version Author Description
2024/08/30 1.0 Shifeng Li first upload

Definition in file driver_syn6658_basic.c.