Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help to make a DS2413 device with a tiny45 #1

Open
Medel opened this issue Apr 27, 2013 · 0 comments
Open

Help to make a DS2413 device with a tiny45 #1

Medel opened this issue Apr 27, 2013 · 0 comments

Comments

@Medel
Copy link

Medel commented Apr 27, 2013

I try to compile it with WinAVR-20100110 but there was an Error:

ows.c:61: warning: 'ows_delay_15uS' is static but used in inline function 'ows_delay_30uS' which is not static
ows.c:62: warning: 'ows_delay_15uS' is static but used in inline function 'ows_delay_30uS' which is not static
make: *** [ds2413_attiny13] Error 1

I changed:
ows.c line 47 from:
static void ows_delay_15uS() // delayMicroseconds(15)
to:
inline void ows_delay_15uS() // delayMicroseconds(15)

now it compiles

I write ds2413_attiny45.hex to the tiny45:
but if i connect it to the 1wire bus PIN3 (PB4) - OWFS dont't recognize it.

I write ds2413ex_attiny45.hex to the tiny45:
but the device interrupts the bus - there are no devices in OWFS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant