Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

DS2482


  • Please log in to reply
3 replies to this topic

#1 Jack Chidley

Jack Chidley

    Advanced Member

  • Members
  • PipPipPip
  • 99 posts

Posted 05 May 2013 - 05:56 PM

I have created a, very limited, library for the DS2482 I2C 1-Wire Master. It currently only implements the most primitive I2C functions and doesn't yet include any 1-Wire functions.  I plan to add these over time but, as I have a day job...

 

I hope that it will save at least one other person some time, so I'm posting a zip file here.

 

Any advice on source control, hosting services, etc?  I've looked into Codeplex, NuGet, git, TortiseHG, bitbucket and they all seem forbiddingly complex.

 

 

 

Attached Files


Edited by Jack Chidley, 06 May 2013 - 07:14 PM.


#2 NooM

NooM

    Advanced Member

  • Members
  • PipPipPip
  • 490 posts
  • LocationAustria

Posted 05 May 2013 - 07:53 PM

codeplex is good, thats also where most c# projects are.

 

on github i mostly found c/c++ stuff.

 

the others i dont know.

 

for codeplex you need a tool to upload your code, i used tortoise svn for that.



#3 mrxer

mrxer

    Advanced Member

  • Members
  • PipPipPip
  • 54 posts
  • LocationAustralia

Posted 15 August 2013 - 12:45 PM

Hi Jack...is this the code you used to read the temperature 8B20 ?


tony


#4 nakchak

nakchak

    Advanced Member

  • Members
  • PipPipPip
  • 404 posts
  • LocationBristol, UK

Posted 15 August 2013 - 02:29 PM

Codeplex is very easy to use, as is github with the windows client.

For any online source repository you will need to install and use a source control client. 

The popular 2 at the moment are SVN (Subversion) and Git.

If you choose SVN then i recommend that you either install Ankhsvn for visual studio integration, or tortoisesvn for windows shell integration.

 

Between codeplex and github there isnt much in it really, github is better imho as it has a less clunky interface and better wiki tools etc. but the learning curve of GIT is steeper than subversion.

 

Nak.






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.