Skip to content

MargaretRosner/programmingTutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Tutorials

Tutorials for people new to Olin Electric Motorsports programming.

This will cover not only how to program ATmegas, but also all the things you need to know to be a good person! [+] NOTE: Don't click the link, it is only hovertext (check the FAQ)

Clone this repo to get example code for the tutorials! Follow along! Also make bug requests for typos and whatnot, or make pull-requests if you are super nice! [+]

The ATmegaTutorials folder contains tutorials specific to ATmega programming. The GeneralTutorials folder contains tutorials related to our team's workflow and things not directly related to ATmegas.

FAQ

I Don't know C, What do I do?

I will work on writing a quick learn-C tutorial thingy. But it won't go too in-depth. If you really want to learn, there are a ton of great resources out there!

Learn C the Hard Way is a pretty good starter, and honestly just reading anything you can get your hands on will help.

Why isn't there a tutorial for (INSERT HERE)

It is actually time consuming to write tutorials. I will probably get around to it eventually if it is important. Make an issue for tutorials you really want and somebody will get to them eventually.

Why are there links that lead to (NULL)?

These are hover-texts! [+] A jank[+] way of forcing github to display text[+] when you hover. They require a link[+], so that is set to NULL[+]!

But seriously, don't click unless it says (LINK) because otherwise it will send you to a non-existent page or some random page[+] that I find funny.

Should I read the hover-texts?

I generally tried to keep all pertinent information in regular text and mostly extra information is hovertext.[+] Some of the extra information is useful and some of it is just me goofing off[+]. I recommend you read all of them mostly because they help break up the monotony of reading technical tutorials.[+]

I am offended by your hover-texts

This is not a question.

You say to never push to master, but this repo is entirely made of pushes to master

Pushing to master is fine if you are running solo-dolo. It is a major issue when working in groups. Also I am the exception that proves the rule.[+]

There are a ton of errors in the Example code!

That is because they are there to test your understanding. You should be able to fix them and make them work after reading the tutorial. Actually, I just wrote them without seeing if they worked so if you find errors just make a pull-request with fixes and I'll merge them.

About

A collection of tutorials for how to program ATmegas and do embedded system programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 63.5%
  • C 31.2%
  • Shell 5.3%