end2endzone / win32Arduino

win32Arduino is a windows/linux implementation of many arduino functions to allow an arduino library developer to unit test code outside of the arduino platform.
MIT License
2 stars 2 forks source link

Find a new name for library #17

Open end2endzone opened 6 years ago

end2endzone commented 6 years ago

Once the library will be ported to linux (see issue #15 ), the name win32Arduino should be changed to something that does not sounds like win32 only.

Multiple names are suggested:

end2endzone commented 6 years ago

The new name should not imply that the library is an Arduino emulator for PC.

sidey79 commented 6 years ago

Something like x86TestArduino sounds very good to me.

end2endzone commented 6 years ago

@per1234 Hi. I would really like to have your feedback on this issue. I plan to rename this repository. The better suggested name (so far) is x86TestArduino but I still have doubt.

per1234 commented 6 years ago

I'm not very good at coming up with catchy names (as my user name will attest) but x86TestArduino seems like a reasonable choice.

It looks like a very nice project. I've been meaning to get into unit testing of Arduino code.