1
vote
0answers
46 views

Program to simulate seven segment display in atmel studio

I am using Atmel studio for the programming of atmega64 microcontrollers with a Cerebot board II. Firstly, is there a program that can simulate a seven segment display device as if I was looking at ...
1
vote
0answers
86 views

What software do people use to make digital circuit schematics? [duplicate]

What software do people use to make electronic circuit schematics like this or similar.I tried using multisim but it seems to miss most chips.
7
votes
8answers
5k views

Fastest way to get integer mod 10 and integer divide 10?

If a hardware doesn't support modulus or division operations, it takes many more CPU cycles to simulate modulus/division by software. Is there any faster way to calculate division and modulus if the ...
5
votes
3answers
3k views

Which microcontroller has good linux supported simulator?

I am looking for a good microcontroller to learn electronics. EDIT I want develop on linux, and I wish there is a good linux supported simulator. I want use C language.