nRf24L01 weird question

I started my adventure using the maniacbug library prior to Arduino having the RF24 by TMRh20 installed in the new downloaded IDE 11/14/16

am I correct in thinking that mainiacbug and TMRH20 have combined there code and all should work fine using old 2014 sketches?

unless I lost it completely I seem to have a hard time getting 2 way communication working with the new IDE on old sketches.

should I be defining each pin?

#define CE_pin 9
#define CSN_pin 10
etc

BTW using windows 10 app version

The TMRh20 library is a newer version of the ManiacBug code with some important improvements. There are slight differences for some of the functions.

If you get a compiler error look up the documentation for both versions and you should be able to figure out how to update the code.

...R
Simple nRF24L01+ Tutorial