This document contains details of 11 practical experiments conducted using an AT90S8535 microcontroller. Each experiment is summarized in 3 sentences or less:
1. Toggle the state of LEDs connected to two ports by alternately setting the ports high and low with a 0.5 second delay.
2. Simulate an 8-bit binary counter by incrementing the port value and lighting LEDs one by one with a 0.2 second delay.
3. Generate a 1 second delay by toggling an LED connected to one port using a timer overflow interrupt that increments a counter.