Search found 21 matches

by speedy08fr
24 Dec 2019 15:13
Forum: mikroBasic General
Topic: SunRise-SunSet & Noon time calculation - Library
Replies: 6
Views: 4912

Re: SunRise-SunSet & Noon time calculation - Library

HELLO
SUPER PROGRAM WELL ABOVE MY CAPACITIES
I WANTED TO KNOW IF WE CAN RECOVER AZIMUT FROM SUN TO THREE HOURS GIVES
RISING. MIDDAY. SLEEP
IS OR IN THE PROGRAME THANKS
ANGLE DEGRÉ
by speedy08fr
25 Oct 2019 19:44
Forum: mikroBasic PRO for PIC General
Topic: delay_us variable
Replies: 2
Views: 980

Re: delay_us variable

bonjour
mercie de votre réponse
avec toute mes amitié
by speedy08fr
22 Oct 2019 18:44
Forum: mikroBasic PRO for PIC General
Topic: delay_us variable
Replies: 2
Views: 980

delay_us variable

Hello
I can not assign a variable instead of time

dim temp as longword
delay_us (temp)
thank you
micobasic 7.5
easypic 6
pic18f45k22

thank you
by speedy08fr
12 Sep 2019 12:47
Forum: mikroBasic PRO for PIC General
Topic: external vref+
Replies: 1
Views: 773

external vref+

external vref
hello i am looking for an example with external vref+ for bigpic6 mikrobasic pic 7.5
thank you
by speedy08fr
01 Feb 2019 13:08
Forum: mikroBasic PRO for PIC General
Topic: Driving 2 LCD modules from 1 CPU
Replies: 4
Views: 1733

Re: Driving 2 LCD modules from 1 CPU

Hello everyone
to have fun with two displays
by speedy08fr
08 Jan 2019 13:58
Forum: mikroBasic PRO for PIC General
Topic: janni 5000+ posts
Replies: 3
Views: 1411

Re: janni 5000+ posts

Hello
+ 1
thank you
by speedy08fr
26 Dec 2018 15:32
Forum: mikroBasic PRO for PIC General
Topic: Driving 2 LCD modules from 1 CPU
Replies: 4
Views: 1733

Re: Driving 2 LCD modules from 1 CPU

Hello everyone
you can use i2c module for lcd display
with pcf8574
the bookstore and in libstock
it's all about changing the address in your routine
by speedy08fr
27 Oct 2018 15:10
Forum: mikroBasic PRO for PIC General
Topic: Invert PORTC
Replies: 3
Views: 1372

Re: Invert PORTC

hello

Code: Select all

portc = not portc
by speedy08fr
23 Apr 2018 11:11
Forum: mikroBasic PRO for PIC General
Topic: Assign a Port to a variable for 1wire library use
Replies: 3
Views: 1538

Re: Assign a Port to a variable for 1wire library use

Code: Select all

symbol ds9093 = portA,5
ow_reset (ds9093)
CAUTION A VIRGULA NOT A POINT
by speedy08fr
03 Nov 2017 19:06
Forum: mikroBasic PRO for PIC General
Topic: Ow_Reset
Replies: 2
Views: 2429

Re: Ow_Reset

hello
formatage du pc tout est rentrer dans l'ordre Mercie
by speedy08fr
01 Nov 2017 19:29
Forum: mikroBasic PRO for PIC General
Topic: Ow_Reset
Replies: 2
Views: 2429

Ow_Reset

Hello Prototype subfunction Ow_Reset (dim byref port as byte, pin as byte) byte Results 0 if the device is present 1 if the device is not present does not work on pic18f4523 but works on pic16f887 EasyPIC6 mikrobasic 7.1.0 ow_reset (PORTD, 1) if ow_reset (portd, 1) = 0 then porta.0 = not porta.0 end...
by speedy08fr
08 Oct 2015 15:30
Forum: mikroBasic PRO for PIC General
Topic: Ow_Reset
Replies: 5
Views: 2756

Re: Ow_Reset

Hello
6.6.2
the only project with the two last release
by speedy08fr
07 Oct 2015 15:17
Forum: mikroBasic PRO for PIC General
Topic: Ow_Reset
Replies: 5
Views: 2756

Re: Ow_Reset

hello
easypic 6 ds1820b pic16f887
I test the presence of the sensor
connected or not it will Display_Temperature (temp)

mercie for any replies


google tradution
by speedy08fr
06 Oct 2015 18:03
Forum: mikroBasic PRO for PIC General
Topic: Ow_Reset
Replies: 5
Views: 2756

Ow_Reset

hello :D '0 if the device is present '1 while (TRUE) '--- Perform temperature reading Ow_Reset(PORTE, 2) ' Onewire reset signal if Ow_Reset(PORTE, 2) = 0 then Ow_Write(PORTE, 2, 0xCC) ' Issue command SKIP_ROM Ow_Write(PORTE, 2, 0x44) ' Issue command CONVERT_T Delay_us(120) Ow_Reset(PORTE, 2) Ow_Writ...
by speedy08fr
07 Mar 2014 16:13
Forum: mikroBasic PRO for PIC Beta Testing
Topic: two GLCD display
Replies: 6
Views: 5264

Re: two GLCD display

hello

2 glcd spi not

Go to advanced search