What is microbus?!? How use this?

General discussion on mikroPascal PRO for ARM.
Post Reply
Author
Message
corado
Posts: 399
Joined: 28 Mar 2009 11:03

What is microbus?!? How use this?

#1 Post by corado » 07 Jun 2020 19:13

Hallo,
I try the ADS1115 ADC Library example..but many is new, and complete other then I knew it from mikroe :-(

Code: Select all

procedure systemInit();
begin
    mikrobus_gpioInit(_MIKROBUS1, _MIKROBUS_INT_PIN, _GPIO_INPUT);
    mikrobus_i2cInit(_MIKROBUS1, @_ADC8_I2C_CFG[0]);
    mikrobus_logInit(_LOG_USBUART_A, 9600);
    mikrobus_logWrite(' --- System Init --- ', _LOG_LINE);
    Delay_100ms();
end;
I get
32 303 Identifier "mikrobus_gpioInit" was not declared erase.mpas

User avatar
filip.grujcic
Posts: 822
Joined: 14 May 2018 08:34

Re: What is microbus?!? How use this?

#2 Post by filip.grujcic » 08 Jun 2020 09:40

Hello,

Have you tried rebuilding all sources (Alt + F9) while in IDE?
Do you have mikroSDK library installed?

Regards,
Filip Grujcic

Post Reply

Return to “mikroPascal PRO for ARM General”