项目作者: MikroElektronika

项目描述 :
Library for LTC3115.
高级语言: C
项目地址: git://github.com/MikroElektronika/Buck-Boost_2_click.git
创建时间: 2019-01-04T10:18:59Z
项目社区:https://github.com/MikroElektronika/Buck-Boost_2_click

开源协议:

下载


MikroE


BuckBoost2 Click

  • CIC Prefix : BUCKBOOST2
  • mikroSDK : YES
  • Author : Katarina Perendic

Software Support

We provide a library for the BuckBoost2 Click on our LibStock
page, as well as a demo application (example), developed using MikroElektronika
compilers. The demo can run on all the main
MikroElektronika development boards.

Library Description

Key functions :

  • void buckboost2_powerON() - Turn on device
  • void buckboost2_powerOFF() - Turn off device
  • void buckboost2_setMode(uint8_t mode) - Set working mode

Examples Description

The application is composed of three sections :

  • System Initialization - Initialization PWM and RST pin as OUTPUT
  • Application Initialization - (code snippet) - Initializes Driver init and turn ON chip and settings mode with improvement current.
  • Application Task - The click has a constant output voltage of 5V, no additional settings are required.
  1. void applicationInit()
  2. {
  3. buckboost2_gpioDriverInit( (T_BUCKBOOST2_P)&_MIKROBUS1_GPIO );
  4. buckboost2_powerON();
  5. buckboost2_setMode(_BUCKBOOST2_WITH_IMPROVEMENT);
  6. }

The full application code, and ready to use projects can be found on our
LibStock page.

Additional notes and informations

Depending on the development board you are using, you may need
USB UART click,
USB UART 2 Click or
RS232 Click to connect to your PC, for
development systems with no UART to USB interface available on the board. The
terminal available in all Mikroelektronika
compilers, or any other terminal application
of your choice, can be used to read the message.

—-