CSCI 461 Lab 1 ============== The purpose of this lab is to introduce the m68hc11 microcontroller. Your task is to complete Task 5 and Task 8 from csci 261. Your traffic light controller must exhibit the following timing characteristics: - update the traffic lights every 0.5s. - long timeout of 30s. - short timeout of 10s. Deliverables ------------ See csci261 Lab 8 deliverables Example C/Assembly Code for m68hc11 ----------------------------------- Swap example from csci261 Lab5: ~/csci261/HC11/swap Traffic Light starting point: ~/csci261/HC11/tlC External Interrupts: ~/csci261/HC11/irqC Buffalo Monitor I/O: ~/csci261/HC11/ioC