Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
  • 1
sirdabalot

EEPROM requires and Microcontrollers [Solved]

Question

Feeling pretty thick for posting this but here goes...

 

So I've decided to add a micro-controller to my world, after a while playing around I've figured out how to use components with them, but I have absolutely no idea ( even with an extensive wiki search ) how to get the events API working with them, of course my initial thought was to try and require it in but that obviously doesn't work because of the whole lack of openOS thing, what can I do? Are micro-controllers supposed to be so basic that you can't use events, or am I being a total sock-witt?

 

Any help would be much appreciated. xD

 

EDIT: Obviously the search wasn't extensive enough, found all the answers in funnily enough the writing a custom OS wiki page.

For anyone stuck in the same boat as me: http://ocdoc.cil.li/tutorial:custom_oses

Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Programming an EEPROM is technically writing an OS, because there is nothing else on the microcontroller itself that could have an OS. But yes, as the page says, many of the high-level libraries are not available outside of OpenOS and you'll need to use their lower-level counterparts.

 

The wiki search is terrible btw. A search for "microcontroller" returned no results, and "computer" gave me only a few hits on the home page. No matter how extensive your wiki searches are, you won't be finding anything with the search function.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.