I am planning a project that will have many ATTiny chips connected together. The idea is that a master node will send various control signals that every slave node will listen to. My system could potentially grow to several hundred nodes.
I am a little worried that if I add too many slave nodes listening to the same output pin, that the current requirements will start causing problems with the master node not being able to drive enough current.
How many chips can be connected to the same output pin before I have problems? What specs should I look for to help me know the limits?
I will specifically be using ATTiny2313 at 5v.