Search found 7 matches

by joquinha
08 Jun 2020 19:23
Forum: mikroC PRO for PIC General
Topic: servo_click Mikrobus2
Replies: 3
Views: 895

servo_click Mikrobus2

hello, I trying to use servo click on mikrobus2 but don't work, on microbus1 work well. board easypic8 the code void systemInit() { mikrobus_gpioInit( _MIKROBUS2, _MIKROBUS_CS_PIN, _GPIO_OUTPUT ); mikrobus_i2cInit( _MIKROBUS2, &_SERVO_I2C_CFG[0] ); } void applicationInit() { servo_i2cDriverInit( (T_...
by joquinha
01 May 2019 00:01
Forum: mikroBasic PRO for PIC General
Topic: error 28 303 Identifier "mikrobus_i2cInit" was not declared
Replies: 3
Views: 1410

Re: error 28 303 Identifier "mikrobus_i2cInit" was not decla

Still not working.
Compiler Mikrobasic pro for PIC board PIC clicker
by joquinha
21 Apr 2019 21:26
Forum: mikroBasic PRO for PIC General
Topic: error 28 303 Identifier "mikrobus_i2cInit" was not declared
Replies: 3
Views: 1410

error 28 303 Identifier "mikrobus_i2cInit" was not declared

I´m testing the servo_click with the PIC_CLICKER and I have e the same error 28 303 Identifier "mikrobus_i2cInit" was not declared PIC_clicker.mbas.
Can you help me?
by joquinha
15 Oct 2016 00:31
Forum: mikroBasic PRO for PIC General
Topic: scroll text max7219 matrix 56x8
Replies: 1
Views: 2575

Re: scroll text max7219 matrix 56x8 (solved)

working code: module LED_Driver CONST DELAY = 50 sub procedure max7219_init(dim mikrobus as char) sub procedure display_column(dim col as char, dim col_num as char, dim mikrobus as char) sub procedure display_image_const(dim image as ^const char, dim mikrobus as char) sub procedure slide_text_double...
by joquinha
14 Oct 2016 21:04
Forum: mikroBasic PRO for PIC General
Topic: scroll text max7219 matrix 56x8
Replies: 1
Views: 2575

scroll text max7219 matrix 56x8

hello, I'm trying to adapt the 8x8 code click - Example to work with 7 modules max 7219 but I am not able, someone tried to do this, or you know what I'm doing wrong? ------------------------------------------------------------------------------- original code. module LED_Driver CONST DELAY = 50 sub...
by joquinha
12 Nov 2012 23:28
Forum: mikroProg™ programmer and debugger
Topic: Code protect pic18f25k20
Replies: 3
Views: 1873

Code protect pic18f25k20

if I program the pic18f25k20 whith code protect the pic don't work, i program with Mikroprog the code is made in Mikrobasic.
Any sugestions?

Go to advanced search