MIC23099 Click Board
MIC23099 Click Board
Step-Up and Step-Down Regulator
SKU: MIKROE-2765
Regular price
£42.00
inc VAT
£35.00
exc VAT
Regular price
Sale price
Unit price
per
£42.00
inc VAT
£35.00
exc VAT
Order NOW to ship within 10 working days
The MIC23099 Click Board™ carries the MIC23099, a single AA/AAA cell step-down/step-up regulator with battery monitoring. The Click Board™ is designed to run on a 3.3V power supply.
It communicates with the target microcontroller over the following pins on the mikroBUS line: CS, INT.
Software Support
Code examples for the MIC23099 Click Board™, written for MikroElektronika hardware and compilers are available on Libstock.
CODE SNIPPET
The following code snippet sets the EN pin to high, to enable the operation of this click.
01 sbit MIC23099_EN_PIN at GPIOD_ODR.B13; 02 void systemInit() 03 { 04 GPIO_Digital_Output( &GPIOD_ODR, _GPIO_PINMASK_13 ); 05 } 06 07 void MIC23099_Click_Init() 08 { 09 MIC23099_EN_PIN = 1; 10 } 11 12 void main() 13 { 14 systemInit(); 15 MIC23099_Click_Init(); 16 }
MIC23099 Click Board
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.