I am working on a hobby project for a laser tripwire system. As of now have successfully made a simple system with a Laser Transmitter, Laser Receiver Sensor Module (Non-modulator), two blinking LEDs and a Buzzer which alerts when the laser is not detected.
Now I want to improve on it by making it 3 lasers and sensors instead of just one, ideally stacking them up. This was I can avoid a lot of false positive alerts which happens because of bugs and have the alert fired ONLY when all the 3 lasers are tripped.
My concern is whether the power requirements for 3 lasers, 3 sensors, 2 LEDs and buzzer etc. would all be available on the board and whether it can run that way for a long time. I am not very good with current ratings but from what I understand each digital pin can supply 40 mA of current and each of these input/output sensors require around the same power.
So considerin 3 laser + 3 sensor + 2 LEDs + 1 buzzer + 1 switch = 10 pins, I will be using all of the digital pins available on the board. Would this work or am I overloading the board?
I am quite new to this, so if there is an additional resource that can help explain this, please point me to the same. Thanks!

