Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

merge conflicted onewire #7

Closed
wants to merge 3 commits into from
Closed

merge conflicted onewire #7

wants to merge 3 commits into from

Conversation

livius2
Copy link
Contributor

@livius2 livius2 commented Mar 15, 2017

No description provided.

@livius2
Copy link
Contributor Author

livius2 commented Mar 15, 2017

I see that i do not understand git at all
i meged conflicts and create another pull - and see that commited merged file looks different that my
i have in init

def init(self, onewire, useFloat=True):
self.ow = onewire
self.roms = [rom for rom in self.ow.scan() if rom[0] == 0x10 or rom[0] == 0x28]
self.fp = useFloat
try:
if useFloat:
1/1
except TypeError:
self.fp = False # floatingpoint not supported

but commited looks different
I must learn git more...

@livius2
Copy link
Contributor Author

livius2 commented May 5, 2017

this one also can be closed as replaced by #9

@livius2 livius2 closed this May 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant